Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
RESOURCE_GROUP: rg-a11y-scan-demo
APP_NAME: a11y-scan-demo
LOCATION: canadacentral

permissions:
id-token: write
Expand All @@ -28,6 +29,9 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Ensure resource group exists
run: az group create --name ${{ env.RESOURCE_GROUP }} --location ${{ env.LOCATION }}

- name: Deploy infrastructure
uses: azure/arm-deploy@v2
id: infra
Expand Down
Loading