Skip to content

Commit 3d13f03

Browse files
author
Benjamin Michaelis
committed
chore: fix misleading comment about container app provisioning
1 parent f0dfb45 commit 3d13f03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
CONTAINER_REGISTRY: ${{ vars.DEVCONTAINER_REGISTRY }}
129129
with:
130130
inlineScript: |
131-
# Assumes container app already exists (provisioned by Terraform)
131+
# Container app must already exist; use az containerapp up manually to bootstrap if needed
132132
az extension add --name containerapp --upgrade
133133
az containerapp identity assign --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --user-assigned ${{ secrets.WEB_UAMI_RESOURCE_ID }}
134134
az containerapp registry set --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --server $CONTAINER_REGISTRY --identity ${{ secrets.WEB_UAMI_RESOURCE_ID }}
@@ -220,7 +220,7 @@ jobs:
220220
CONTAINER_REGISTRY: ${{ vars.PRODCONTAINER_REGISTRY }}
221221
with:
222222
inlineScript: |
223-
# Assumes container app already exists (provisioned by Terraform)
223+
# Container app must already exist; use az containerapp up manually to bootstrap if needed
224224
az extension add --name containerapp --upgrade
225225
az containerapp identity assign --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --user-assigned ${{ secrets.WEB_UAMI_RESOURCE_ID }}
226226
az containerapp registry set --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --server $CONTAINER_REGISTRY --identity ${{ secrets.WEB_UAMI_RESOURCE_ID }}

0 commit comments

Comments
 (0)