Skip to content

Merge pull request #1660 from bcgov/hotfix/ALCS-1918 #425

Merge pull request #1660 from bcgov/hotfix/ALCS-1918

Merge pull request #1660 from bcgov/hotfix/ALCS-1918 #425

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