Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Jan 6, 2025
1 parent 73b0448 commit d92e30a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ jobs:
echo "Frontend image build completed successfully."
# Add the new container to the website
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
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
# - name: Delete Bicep Deployment
Expand Down

0 comments on commit d92e30a

Please sign in to comment.