Skip to content

Specify Cluster Name #20

Specify Cluster Name

Specify Cluster Name #20

name: Deploy Environments
permissions: read-all
on:
push:
branches:
- wdn/datadog-2
workflow_dispatch:
branches:
- main
jobs:
deploy_dev3:
name: Deploy dev3
uses: ./.github/workflows/deploy_k8s_cluster.yaml
with:
environment: dev3
secrets: inherit
#if: github.ref == 'refs/heads/main'
deploy_prod1:
name: Deploy prod1
uses: ./.github/workflows/deploy_k8s_cluster.yaml
with:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/main'