diff --git a/scripts/publish.sh b/scripts/publish.sh index 822e5bf22..e7e9b3449 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -8,7 +8,7 @@ if [ -z "$REMOTE" ]; then fi # Remote Directory -REMOTE_DIR=/root/revite +REMOTE_DIR=/root/deployments/revite # Post-install script POST_INSTALL="pm2 restart revite"