Skip to content

Commit

Permalink
containerapp update
Browse files Browse the repository at this point in the history
  • Loading branch information
whichwit committed Nov 9, 2024
1 parent 322feff commit 0926c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-cdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
CONTAINER_APP: canary-prod
CONTAINER_APP: canary-v4
IMAGE_NAME: ${{ github.repository }}

permissions:
Expand Down Expand Up @@ -43,12 +43,12 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az containerapp up \
az containerapp update \
--name ${{ env.CONTAINER_APP }} \
--resource-group ${{ vars.ACA_RESOURCE_GROUP }} \
--environment ${{ vars.ACA_APP_ENVIRONMENT }} \
--image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:edge \
--ingress external
--revision-suffix gha-${{ github.run_id }}-${{ github.run_attempt }}
# - name: Copy container revision
# uses: azure/CLI@v2
Expand Down

0 comments on commit 0926c83

Please sign in to comment.