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

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm authored Aug 26, 2024
1 parent e2001ea commit 46eeab1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
env:
AZURE_CREDENTIALS: ${{ env.AZURE_CREDENTIALS }}

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

- name: Deploy Application
run: |
Expand Down

0 comments on commit 46eeab1

Please sign in to comment.