Skip to content

Pin collection due to bug with k3s-ansible (#19) #30

Pin collection due to bug with k3s-ansible (#19)

Pin collection due to bug with k3s-ansible (#19) #30

name: Deploy Environments
permissions: read-all
on:
push:
branches:
- main
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'