Skip to content

Deploy PNPG onboarding ms #2

Deploy PNPG onboarding ms

Deploy PNPG onboarding ms #2

Workflow file for this run

name: Deploy PNPG onboarding ms
on:
push:
branches:
- main
- releases/*
paths:
- "apps/onboarding-ms/**"
- "infra/container_apps/onboarding-ms/**"
- "apps/pom.xml"
- "pom.xml"
workflow_dispatch:
jobs:
release_dev:
uses: ./.github/workflows/call_release_ms.yml
name: '[Dev] OnBoarding ms Release'
if: startsWith(github.ref_name, 'releases/') != true
secrets: inherit
with:
environment: dev
pnpg_suffix: -pnpg
release_uat:
uses: ./.github/workflows/call_release_ms.yml
name: '[UAT] OnBoarding ms Release'
if: startsWith(github.ref_name, 'releases/')
secrets: inherit
with:
environment: uat
pnpg_suffix: -pnpg
release_prod:
uses: ./.github/workflows/call_release_ms.yml
name: '[Prod] OnBoarding ms Release'
if: startsWith(github.ref_name, 'releases/')
secrets: inherit
with:
environment: prod
pnpg_suffix: -pnpg