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
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6

View file

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