Skip to content

Commit 76e882e

Browse files
authored
Enable auto-deployment of docs in release 1.4 branch (nginx#2597)
1 parent e51d7fb commit 76e882e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

21+
push:
22+
branches:
23+
- release-1.4
24+
2125
concurrency:
2226
group: ${{ github.ref_name }}-docs-push
2327
cancel-in-progress: true
@@ -52,6 +56,8 @@ jobs:
5256
docs_build_path: "./site"
5357
doc_type: "hugo"
5458
environment: ${{ inputs.environment }}
59+
auto_deploy_branch: "release-1.4"
60+
auto_deploy_env: "prod"
5561
secrets:
5662
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
5763
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 commit comments

Comments
 (0)