Skip to content

Merge pull request #1850 from bcgov/dependabot/npm_and_yarn/alcs-fron… #485

Merge pull request #1850 from bcgov/dependabot/npm_and_yarn/alcs-fron…

Merge pull request #1850 from bcgov/dependabot/npm_and_yarn/alcs-fron… #485

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