Skip to content

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyoung0809 committed Aug 6, 2024
1 parent 7f1187d commit 7f12dd6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# Set this to the mainline branch you are using
branches:
- main
- masterz
- master
paths:
- 'workshop/**/*'

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`

Expand All @@ -35,10 +35,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

- name: Install .NET Aspire workload
run: dotnet workload install aspire

- name: Update appsettings.json
shell: pwsh
run: |
Expand Down Expand Up @@ -78,12 +78,12 @@ jobs:

- name: Provision Infrastructure
run: |
pushd ./workshop
azd provision --no-prompt
popd
pushd ./workshop
azd provision --no-prompt
popd
- name: Deploy Application
run: |
pushd ./workshop
azd deploy --no-prompt
popd
pushd ./workshop
azd deploy --no-prompt
popd

0 comments on commit 7f12dd6

Please sign in to comment.