Skip to content

Commit

Permalink
Bumped integration versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Sep 27, 2024
1 parent 467c8a9 commit debb11b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ jobs:
name: bicep-templates
path: ./infrastructure
- name: Az CLI login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.WAM_TST_CLIENT_ID }}
tenant-id: ${{ secrets.WAM_TST_TENANT_ID }}
subscription-id: ${{ secrets.WAM_TST_SUBSCRIPTION_ID }}
- name: Deploy Infrastructure
id: arm
uses: Azure/cli@v1
uses: Azure/cli@v2
with:
inlineScript: az deployment sub create --name wam-integration-northeur --location northeurope --template-file ./infrastructure/main.json --parameters ./infrastructure/test.main.json
inlineScript: az deployment sub create --name test-wam-integration-northeur --location northeurope --template-file ./infrastructure/main.json --parameters ./infrastructure/test.main.json

production-deployment:
if: github.ref == 'refs/heads/main'
Expand All @@ -78,13 +78,13 @@ jobs:
name: bicep-templates
path: ./infrastructure
- name: Az CLI login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.WAM_PRD_CLIENT_ID }}
tenant-id: ${{ secrets.WAM_PRD_TENANT_ID }}
subscription-id: ${{ secrets.WAM_PRD_SUBSCRIPTION_ID }}
- name: Deploy Infrastructure
id: arm
uses: Azure/cli@v1
uses: Azure/cli@v2
with:
inlineScript: az deployment sub create --name wam-integration-northeur --location northeurope --template-file ./infrastructure/main.json --parameters ./infrastructure/prod.main.json
inlineScript: az deployment sub create --name prod-wam-integration-northeur --location northeurope --template-file ./infrastructure/main.json --parameters ./infrastructure/prod.main.json

0 comments on commit debb11b

Please sign in to comment.