Skip to content

Commit 9924c4e

Browse files
testing automation flow
1 parent d92e30a commit 9924c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +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 }}) --name ${frontend_container_app_name} --container-image-name ${acr_name}.azurecr.io/frontend:latest --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
154154
155155
156156
# - name: Delete Bicep Deployment

0 commit comments

Comments
 (0)