Skip to content

Update Makefile - commented out update-env as per P.W. #37

Update Makefile - commented out update-env as per P.W.

Update Makefile - commented out update-env as per P.W. #37

name: Namex Emailer CD GCP
on:
push:
branches:
- main
paths:
- "services/emailer/**"
- "api/**"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
jobs:
namex-emailer-cd:
permissions:
id-token: write
contents: write
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
with:
target: ${{ github.event.inputs.target }} # Corrected the input reference
app_name: "namex-emailer"
working_directory: "./services/emailer"
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}