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 9eea724 commit 73b0448
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
az acr build -r ${acr_name} -t ${backend_build_image_tag} ./src/backend
echo "Backend image build completed successfully."
frontend_container_app_name="macae-backend"
frontend_container_app_name="${{ env.APP_SERVICE_NAME }}"
frontend_build_image_tag="frontend:latest"
echo "Building the container image..."
Expand All @@ -150,9 +150,11 @@ 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
# - name: Delete Bicep Deployment
# if: success()
Expand Down

0 comments on commit 73b0448

Please sign in to comment.