mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix: allow setting custom remote for publish
This commit is contained in:
parent
7e89dcfb13
commit
9be4afe241
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue