Skip to content

Merge pull request #1990 from bcgov/hotfix/ALCS-2389-fix-method-call-… #495

Merge pull request #1990 from bcgov/hotfix/ALCS-2389-fix-method-call-…

Merge pull request #1990 from bcgov/hotfix/ALCS-2389-fix-method-call-… #495

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
deploy-test:
uses: ./.github/workflows/deploy.yml
with:
environment: test
secrets: inherit
deploy-prod:
needs: deploy-test
uses: ./.github/workflows/deploy.yml
with:
environment: prod
secrets: inherit