From 782a9b54ba727418e39b86fd6f5a9678eec800d2 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 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"