Skip to content

Commit

Permalink
deployment(operation): deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 10, 2024
1 parent 51bdcc9 commit 65f454d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- main
workflow_dispatch:

# OIDC permissions for the GitHub Actions runner
permissions:
id-token: write
contents: read
Expand All @@ -32,7 +33,7 @@ env:
stackName: 'stack-deploy-az-resources'
templateFile: "./exercises-dev/main-exercises-dev.bicep"
templateParamFile: "./exercises-dev/main-exercises-dev.bicepparam"
operation: rollback # allowed values:[ deploy | rollback ]
operation: deploy # allowed values:[ deploy | rollback ]

jobs:
stage:
Expand Down

0 comments on commit 65f454d

Please sign in to comment.