Skip to content

build: pass environment to deploy #25

build: pass environment to deploy

build: pass environment to deploy #25

Workflow file for this run

name: GitHub Actions CI (Staging Deploy)
concurrency: staging-deploy-gate
on:
push:
branches:
- 'stage/**'
jobs:
stage-branch:
uses: ./.github/workflows/branch.yml
secrets: inherit
stage-deploy:
needs:
- stage-branch
uses: ./.github/workflows/deploy.yml
with:
environment: staging
url: https://www-stage.trshcmpctr.com
secrets: inherit