fix: allow setting custom remote for publish

This commit is contained in:
Paul Makles
2022-11-06 13:26:41 +00:00
parent 7e89dcfb13
commit 9be4afe241

View File

@@ -2,7 +2,10 @@
# Build and publish release to production server # Build and publish release to production server
# Remote Server # Remote Server
REMOTE=revolt-de-nrb-1 if [ -z "$REMOTE" ]; then
echo "Please set REMOTE!"
exit
fi
# Remote Directory # Remote Directory
REMOTE_DIR=/root/revite REMOTE_DIR=/root/revite