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

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev committed Aug 26, 2024
1 parent 5988b15 commit f0fd812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

- name: Provision Infrastructure
run: azd provision --environment ${{ secrets.AZURE_ENV_NAME }} --no-prompt
run: azd provision --environment ${{ env.AZURE_ENV_NAME }} --no-prompt

- name: Deploy Application
run: azd deploy --environment ${{ secrets.AZURE_ENV_NAME }} --no-prompt
run: azd deploy --environment ${{ env.AZURE_ENV_NAME }} --no-prompt

0 comments on commit f0fd812

Please sign in to comment.