fix: allow setting custom remote for publish

pull/1049/head
Paul Makles 2022-11-06 13:26:41 +00:00
parent ddc592270a
commit 4466b4a7b4
1 changed files with 4 additions and 1 deletions

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