fix(ci): split website production deploy by target cluster #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Converge website RU | |
| on: | |
| push: | |
| branches: [fix/ci/split-website-production-deploy] | |
| paths: | |
| - ".github/workflows/_website_converge.yml" | |
| - ".github/workflows/website_converge_ru.yml" | |
| - "docs/**" | |
| workflow_dispatch: | |
| jobs: | |
| converge: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| packages: write | |
| uses: ./.github/workflows/_website_converge.yml | |
| secrets: inherit | |
| with: | |
| jobName: Converge site to Production RU | |
| targetCluster: ru | |
| runner: prod-github-runner-0 | |
| kubeConfigSecretPath: projects/data/b454e6aa-39f0-45f4-aa7c-a9465ab154cb/KUBE_CONFIG_RU |