Skip to content

Commit

Permalink
Add docs auto deployment from release 3.7 to prod (#6536)
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-jack authored Sep 30, 2024
1 parent 39b4334 commit 7095fc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- "*"
paths:
- "docs/**"
push:
branches:
- "release-3.7"

permissions:
contents: read
Expand All @@ -34,6 +37,8 @@ jobs:
docs_build_path: "./docs"
doc_type: "hugo"
environment: ${{ inputs.environment }}
auto_deploy_branch: "release-3.7"
auto_deploy_env: "prod"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 comments on commit 7095fc4

Please sign in to comment.