Fixes to deployment

This commit is contained in:
2025-02-16 22:58:57 +11:00
parent 8ca99bca67
commit ad2f09457c
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ COMMIT_HASH=$1
RELEASES_DIR="/home/deploy/releases/staging"
DEPLOY_BIN="/home/deploy/staging/projectreshoot"
SERVICE_NAME="staging.projectreshoot"
BINARY_NAME="projectreshoot-${COMMIT_HASH}"
BINARY_NAME="projectreshoot-staging-${COMMIT_HASH}"
declare -a PORTS=("3005" "3006" "3007")
# Check if the binary exists