This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Redeploy stack in Portainer
|
||||
run: |
|
||||
# Read stack file content
|
||||
STACK_FILE_CONTENT=$(echo "$(<docker-compose.prod.yml )")
|
||||
STACK_FILE_CONTENT=$(echo "$(<web-compose.yml )")
|
||||
|
||||
# Read existing environment variables from the fetched stack
|
||||
ENV_VARS=$(cat stack_env.json)
|
||||
|
||||
Reference in New Issue
Block a user