Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 9, 2024
2 parents 13fbe81 + 9ac3b28 commit c3d4d4f
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 c3d4d4f

Please sign in to comment.