Skip to content

fix(deps): update helm release nextcloud to v7.0.4 (#1123) #56

fix(deps): update helm release nextcloud to v7.0.4 (#1123)

fix(deps): update helm release nextcloud to v7.0.4 (#1123) #56

Workflow file for this run

name: CD - Deploy
on:
push:
tags:
- 'v*'
permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
bootstrap-prod:
uses: devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@accc9b52ba37468aedf9cf1b2a3244684000d730 # v1.11.22
with:
DEPLOYMENT_ENV: prod
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
deploy-prod:
needs: bootstrap-prod
uses: devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@accc9b52ba37468aedf9cf1b2a3244684000d730 # v1.11.22
with:
DEPLOYMENT_ENV: prod
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}