Skip to content

Commit

Permalink
Fix deploy zest
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadrian committed Jan 11, 2025
1 parent 5a2857c commit 1989362
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/bin/deploy_zest
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ if [ $? == 0 ]; then
else
echo " # Zest Backend is not running"
fi
pkill zest # for good measure
sleep 2
tmux new-session -s "zest-live" -d "${ZEST_DEPLOYMENT_DIR}/zest/zest --env ${ENV_PATH} production"
sleep 3
tmux new-session -s "zest-live" -d "${ZEST_DEPLOYMENT_DIR}/zest --env ${ENV_PATH} production"

0 comments on commit 1989362

Please sign in to comment.