Skip to content

Commit b6954cb

Browse files
authored
Deploy docs for release 1.5.0 (nginx#2800)
Deploy docs for release 1.5.0
1 parent 9a1df7a commit b6954cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ on:
1818
paths:
1919
- "site/**"
2020

21+
push:
22+
branches:
23+
- release-1.5
24+
paths:
25+
- "site/**"
26+
2127
concurrency:
2228
group: ${{ github.ref_name }}-docs-push
2329
cancel-in-progress: true
@@ -52,6 +58,8 @@ jobs:
5258
docs_build_path: "./site"
5359
doc_type: "hugo"
5460
environment: ${{ inputs.environment }}
61+
auto_deploy_branch: "release-1.5"
62+
auto_deploy_env: "prod"
5563
secrets:
5664
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
5765
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 commit comments

Comments
 (0)