Skip to content

Wo 2026 030 prep prod deploy v2 #10

Wo 2026 030 prep prod deploy v2

Wo 2026 030 prep prod deploy v2 #10

Workflow file for this run

name: PR Closed
on:
pull_request:
types: [closed]
concurrency:
# PR open and close use the same group, allowing only one at a time
group: ${{ github.event.number }}
cancel-in-progress: true
permissions: {}
jobs:
cleanup:
name: Cleanup and Image Promotion
uses: ./.github/workflows/.helm-uninstall.yml
permissions:
packages: write
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
packages: backend frontend migrations minio
cleanup_db: # TODO move it off to another action later.
name: Remove DB User from Crunchy
needs: [cleanup]
runs-on: ubuntu-24.04
steps:
- uses: bcgov/action-crunchy@v2.0.0
name: Remove PR Specific User
with:
oc_namespace: ${{ secrets.oc_namespace }}
oc_token: ${{ secrets.oc_token }}
oc_server: ${{ vars.oc_server }}
values_file: charts/crunchy/values.dev.yml