Skip to content

Merge pull request #6097 from werf/doc-v2-fix-migration-to-v2-guide #371

Merge pull request #6097 from werf/doc-v2-fix-migration-to-v2-guide

Merge pull request #6097 from werf/doc-v2-fix-migration-to-v2-guide #371

name: docs:deploy:latest
on:
push:
branches:
- main
repository_dispatch:
types: ["docs:deploy:latest"]
workflow_dispatch:
jobs:
deploy-prod:
uses: ./.github/workflows/_docs_deploy.yml
with:
persistent: true
env: production
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_PROD }}
deploy-test:
uses: ./.github/workflows/_docs_deploy.yml
with:
persistent: true
env: test
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_DEV }}
notify:
if: always()
needs:
- deploy-prod
- deploy-test
uses: ./.github/workflows/_notification.yml
secrets:
mentionGroupID: ${{ secrets.SLACK_MENTION_GROUP_ID }}
webhook: ${{ secrets.SLACK_WEBHOOK }}