Skip to content

Commit 5669000

Browse files
edit
1 parent 80440ba commit 5669000

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
run: |
119119
if [[ "${{ env.BRANCH_NAME }}" == "main" ]]; then
120120
IMAGE_TAG="latest"
121-
elif [[ "${{ env.BRANCH_NAME }}" == "hotfix" ]]; then
122-
IMAGE_TAG="hotfix"
121+
elif [[ "${{ env.BRANCH_NAME }}" == "dev" ]]; then
122+
IMAGE_TAG="dev"
123123
else
124124
IMAGE_TAG="latest"
125125
fi
@@ -142,7 +142,7 @@ jobs:
142142
logAnalyticsWorkspaceConfiguration='{"dataRetentionInDays": 30, "existingWorkspaceResourceId": ""}' \
143143
applicationInsightsConfiguration='{"retentionInDays": 30}' \
144144
virtualNetworkConfiguration='{"enabled": false}' \
145-
webServerFarmConfiguration='{"skuCapacity": 1, "skuName": "B2"}'
145+
webServerFarmConfiguration='{"skuCapacity": 1, "skuName": "B2"}' \
146146
--output json
147147
148148
- name: Extract Web App and API App URLs
@@ -156,7 +156,6 @@ jobs:
156156
fi
157157
done
158158
159-
160159
- name: Get Container App Backend URL
161160
id: get_backend_url
162161
run: |

0 commit comments

Comments
 (0)