From ec39a4c231b6c143620e26f37a7ed4b73695356d Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Wed, 4 Oct 2023 19:22:54 +0100 Subject: [PATCH] chore: update dest directory --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 822e5bf2..e7e9b344 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"