Skip to content

build: wip, reuse branch jobs for staging deploy #13

build: wip, reuse branch jobs for staging deploy

build: wip, reuse branch jobs for staging deploy #13

Workflow file for this run

name: GitHub Actions CI (Staging Deploy)
on:
push:
branches:
- 'stage/**'
jobs:
stage-branch:
uses: ./.github/workflows/branch.yml
with:
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
secrets: inherit
stage-deploy:
needs:
- stage-branch
uses: ./.github/workflows/deploy.yml
with:
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
secrets: inherit