Skip to content

Commit

Permalink
Default to deploying to Test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 25, 2024
1 parent 53c7e47 commit 6c41e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DeployBranchPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy_to_test:
uses: ./.github/workflows/DeployEverything.yml
with:
env: "test"
env: "Test"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DeployEverything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
env:
required: true
default: "dev"
default: "Test"
type: string
secrets:
AZURE_CREDENTIALS:
Expand Down

0 comments on commit 6c41e51

Please sign in to comment.