Skip to content

Commit

Permalink
Update deploy-infrastructure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand authored Dec 13, 2023
1 parent 1f0b28c commit 9b89160
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
create-resource-group:
name: Create Azure resource group for VM images
name: Create Azure resource groups for VM images
runs-on: ubuntu-latest

steps:
Expand All @@ -26,6 +26,13 @@ jobs:
azcliversion: latest
inlineScript: |
az group create -l germanywestcentral -n packer-images-rg
- name: Create resource group
uses: azure/CLI@v1
with:
azcliversion: latest
inlineScript: |
az group create -l germanywestcentral -n packer-build-rg
packer-build-IIS:
name: Build IIS VM image
Expand Down

0 comments on commit 9b89160

Please sign in to comment.