Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Aug 26, 2024
1 parent c24a627 commit 1d8f252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
- name: Deploy Web App
run: |
echo "REACT_APP_SERVER_URL=$REACT_APP_SERVER_URL"
az containerapp create --name web-app --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/web:${{ github.sha }} --environment ${{ vars.AZURE_ENV_NAME }} --resource-group rg-${{ vars.AZURE_ENV_NAME }} --target-port 3000 --ingress 'external' --registry-server ${{ secrets.REGISTRY_LOGIN_SERVER }} --registry-username ${{ secrets.REGISTRY_USERNAME }} --registry-password ${{ secrets.REGISTRY_PASSWORD }} --env-vars REACT_APP_SERVER_URL=$REACT_APP_SERVER_URL
az containerapp create --name web-app --image ${{ secrets.REGISTRY_LOGIN_SERVER }}/web:${{ github.sha }} --environment ${{ vars.AZURE_ENV_NAME }} --resource-group rg-${{ vars.AZURE_ENV_NAME }} --target-port 3000 --ingress 'external' --registry-server ${{ secrets.REGISTRY_LOGIN_SERVER }} --registry-username ${{ secrets.REGISTRY_USERNAME }} --registry-password ${{ secrets.REGISTRY_PASSWORD }} --env-vars REACT_APP_SERVER_URL=test

0 comments on commit 1d8f252

Please sign in to comment.