Skip to content

Commit 09d8d72

Browse files
committed
Change push deploy to point to dev
1 parent 42827ac commit 09d8d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/DeployBranchPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
- 'main'
77

88
jobs:
9-
deploy_to_test:
9+
deploy_to_dev:
1010
uses: ./.github/workflows/DeployEverything.yml
1111
with:
12-
env: "Test2"
12+
env: "dev"
1313
secrets:
1414
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
1515
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}

0 commit comments

Comments
 (0)