Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseloudon authored Apr 13, 2021
1 parent e5a4a90 commit 22920bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
with:
inlineScript: |
az deployment sub create -n devtest-bicep-cd -f ./main.bicep -l australiaeast -o none
NONPROD-BICEP-CD:
needs: DEVTEST-BICEP-CD
runs-on: ubuntu-latest
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
with:
inlineScript: |
az deployment sub create -n nonprod-bicep-cd -f ./main.bicep -l australiaeast -o none
PROD-BICEP-CD:
needs: NONPROD-BICEP-CD
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22920bc

Please sign in to comment.