Skip to content

Commit

Permalink
deployment(operation): rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 14b52c1 commit 6626e75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ permissions:
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
defaults:
run:
shell: bash
# working-directory: $GITHUB_WORKSPACE
shell: bash

# Global environment variables accessible from any job
env:
Expand All @@ -33,7 +32,7 @@ env:
stackName: 'stack-deploy-az-resources'
templateFile: "./exercises-dev/main-exercises-dev.bicep"
templateParamFile: "./exercises-dev/main-exercises-dev.bicepparam"
operation: deploy # allowed values:[ deploy | rollback ]
operation: rollback # allowed values:[ deploy | rollback ]

jobs:

Expand Down

0 comments on commit 6626e75

Please sign in to comment.