Skip to content

Set up new workflows #1

Set up new workflows

Set up new workflows #1

name: Deploy Environments
permissions: read-all
on:
push:
branches:
- wdn/datadog # FIXME (wdn)!!!!!!!!!!!!!!!!
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'