mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix: allow setting custom remote for publish
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user