Skip to content

chore(deps): bump devantler-tech/reusable-workflows #180

chore(deps): bump devantler-tech/reusable-workflows

chore(deps): bump devantler-tech/reusable-workflows #180

Workflow file for this run

name: CI - Deploy
on:
push:
branches-ignore:
- gh-readonly-queue/main/pr-**
merge_group:
permissions:
contents: read
packages: write
jobs:
bootstrap-dev:
uses: devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@27b4d9664c93c311eb57d787a056a90b49c7a8f9 # v1.11.10
with:
DEPLOYMENT_ENV: dev
SKIP: ${{ github.event_name != 'merge_group' }}
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
deploy-dev:
needs: bootstrap-dev
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@27b4d9664c93c311eb57d787a056a90b49c7a8f9 # v1.11.10
with:
DEPLOYMENT_ENV: dev
SKIP: ${{ github.event_name != 'merge_group' }}
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}