Skip to content

Commit

Permalink
Update deploy-bicep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leegrash committed Sep 24, 2024
1 parent 5936a71 commit d104c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Azure CLI
uses: azure/cli@v1.0
- name: Set up Azure CLI
uses: azure/CLI@v1

- name: Login to Azure
- name: Log in to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand All @@ -28,4 +28,4 @@ jobs:
run: az bicep build --file DemoEnvironment.bicep --outdir compiled

- name: Deploy Bicep files
run: az deployment group create --resource-group dd2482-demo-rg --template-file compiled/DemoEnvironment.json --parameters @DemoEnvironment.parameters.json --mode Complete
run: az deployment group create --resource-group dd2482-demo-rg --template-file compiled/DemoEnvironment.json --parameters DemoEnvironment.parameters.json --mode Complete

0 comments on commit d104c99

Please sign in to comment.