Skip to content

Commit d92e30a

Browse files
testing automation flow
1 parent 73b0448 commit d92e30a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,7 @@ jobs:
150150
echo "Frontend image build completed successfully."
151151
152152
# Add the new container to the website
153-
az webapp config container set --resource-group ${{ env.RESOURCE_GROUP_NAME }}) \
154-
--name ${frontend_container_app_name} \
155-
--container-image-name ${acr_name}.azurecr.io/frontend:latest \
156-
--container-registry-url https://${acr_name}.azurecr.io
153+
az webapp config container set --resource-group ${{ env.RESOURCE_GROUP_NAME }}) --name ${frontend_container_app_name} --container-image-name ${acr_name}.azurecr.io/frontend:latest --container-registry-url https://${acr_name}.azurecr.io
157154
158155
159156
# - name: Delete Bicep Deployment

0 commit comments

Comments
 (0)