fix(deploy): correct env vars, docker compose project names, and workflow outputs
- Standardize environment variable from IS_PROD to PROD across all scripts - Add missing -p flag to docker compose commands for consistent project naming - Fix GitHub Actions workflow to use environment vars instead of job outputs - Consolidate metadata setup and fix artifact naming in build/deploy jobs - Correct service paths in docker-compose_core.yml
This commit is contained in:
parent
f20c4f9474
commit
291231c886
9 changed files with 104 additions and 70 deletions
|
|
@ -120,8 +120,8 @@ services:
|
|||
set -eu -o pipefail
|
||||
apk add --no-cache curl
|
||||
|
||||
COMPOSE_FILE_PATH="/srv/pkmntrade-club/gatekeepers.yml"
|
||||
PROJECT_DIR_PATH="/srv/pkmntrade-club"
|
||||
COMPOSE_FILE_PATH="/srv/pkmntrade-club/current/gatekeepers.yml"
|
||||
PROJECT_DIR_PATH="/srv/pkmntrade-club/current"
|
||||
PROJECT_NAME_TAG="gatekeepers"
|
||||
TERMINATING="false"
|
||||
RESTARTING="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue