Deploy Gamma Environment #1
This file contains 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: Deploy Gamma Environment | |
permissions: read-all | |
on: | |
push: | |
branches: | |
- wdn/gamma1 # TODO: Change me to dev branch | |
workflow_dispatch: | |
branches: | |
- wdn/gamma1 # TODO: Change me to dev branch | |
jobs: | |
deploy_gamma1: | |
name: Deploy gamma1 | |
uses: ./.github/workflows/deploy_k8s_cluster.yaml | |
with: | |
environment: gamma1 | |
secrets: inherit | |
if: github.ref == 'refs/heads/wdn/gamma1' # TODO: Change me to dev branch |