change compose files
Build Images and Deploy / Update-PROD-Stack (push) Successful in 19s

This commit is contained in:
2026-03-30 22:05:21 -04:00
parent ab17324f85
commit 0977a610ff
3 changed files with 1 additions and 119 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Redeploy stack in Portainer
run: |
# Read stack file content
STACK_FILE_CONTENT=$(echo "$(<web-compose.yml )")
STACK_FILE_CONTENT=$(echo "$(<docker-compose.prod.yml )")
# Read existing environment variables from the fetched stack
ENV_VARS=$(cat stack_env.json)