Skip to content

Commit

Permalink
Update build-iac-azure-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 12, 2024
1 parent 2e5c2e1 commit 01a99f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-iac-azure-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
cp -rf IaC/Bicep/v1/deploy.json IaC/ARM/v1/azuredeploy.json
rm IaC/Bicep/v1/deploy.json
cat IaC/ARM/v1/azuredeploy.json
- name: Ensure ARM v2 Folder Exists
run: |
if [ ! -d "IaC/ARM" ]; then
Expand All @@ -63,6 +65,8 @@ jobs:
cp -rf IaC/Bicep/v2/deploy.json IaC/ARM/v2/azuredeploy.json
rm IaC/Bicep/v2/deploy.json
cat IaC/ARM/v2/azuredeploy.json
- name: Commit to Repo
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 01a99f2

Please sign in to comment.