Skip to content

Deploy Control Plane staging app #13

Deploy Control Plane staging app

Deploy Control Plane staging app #13

name: Deploy Staging to Control Plane
run-name: Deploy Control Plane staging app
on:
push:
# GitHub does not allow repository vars in branch filters. Default to the common
# deploy branches unless `cpflow generate-github-actions --staging-branch BRANCH`
# was used. If STAGING_APP_BRANCH is later changed in repository variables, keep
# this list in sync so pushes to that branch actually trigger the workflow.
branches: ["main", "master"]
workflow_dispatch:
permissions:
contents: read
jobs:
deploy-staging:
uses: shakacode/control-plane-flow/.github/workflows/cpflow-deploy-staging.yml@6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0
with:
control_plane_flow_ref: 6f44c84049d4fa09aaa8c0a72cc436cd52e66fb0
staging_app_branch_default: ""
secrets: inherit