Skip to content

Merge pull request #1846 from bcgov/feature/ALCS-2216 #467

Merge pull request #1846 from bcgov/feature/ALCS-2216

Merge pull request #1846 from bcgov/feature/ALCS-2216 #467

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