Skip to content

Commit 0310bdf

Browse files
authored
Autodeploy to prod (#141)
1 parent cac7f2e commit 0310bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
environment: ${{inputs.environment}}
6767
force_hugo_theme_version: ${{inputs.hugo_theme_override}}
6868
auto_deploy_branch: "main"
69-
auto_deploy_env: "staging"
69+
auto_deploy_env: "prod"
7070
secrets:
7171
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS_DOCS}}
7272
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT_DOCS}}

0 commit comments

Comments
 (0)