Skip to content

Commit

Permalink
Update deploy-az-resources.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Preston K. Parsard <[email protected]>
  • Loading branch information
autocloudarc authored Jan 9, 2024
1 parent dff1570 commit 9ac3b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
templateSpecDescription: 'Template Spec for RGP IaC'
templateSpecSourceFile: "./exercises-dev/modules/sbx/sta-tsp.bicep"
templateSpecParamFile: "./exercises-dev/modules/sbx/sta-tsp-params.json"
deploy: false # Set to true to plan only, false to deploy or rollback
deploy: true # Set to true to plan only, false to deploy or rollback
deployTemplateSpec: true # Set to true to deploy template spec, false to deploy template
rollback: true # Set to true to rollback, false to deploy
rollback: false # Set to true to rollback, false to deploy

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9ac3b28

Please sign in to comment.