1
0
mirror of synced 2025-12-30 03:01:36 -05:00

show the docker-compose.prod.yaml file before setting canary (#33540)

This commit is contained in:
Peter Bengtsson
2022-12-14 15:04:06 +01:00
committed by GitHub
parent b299da99c6
commit 0c1e83dccd

View File

@@ -159,6 +159,10 @@ jobs:
run: |
sed 's|#{IMAGE}#|${{ env.DOCKER_IMAGE }}|g' docker-compose.prod.tmpl.yaml > docker-compose.prod.yaml
- name: 'Show the created docker-compose.prod.yaml'
run: |
cat docker-compose.prod.yaml
- name: 'Apply updated docker-compose.prod.yaml config to canary slot'
run: |
az webapp config container set --multicontainer-config-type COMPOSE --multicontainer-config-file docker-compose.prod.yaml --slot canary -n ghdocs-prod -g docs-prod