mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 16:40:58 -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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue