Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/deploy-to-pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ on:
TARGET_ENV_URL:
description: The URL of the target environment
value: ${{ jobs.deploy_to_pantheon.outputs.TARGET_ENV_URL }}
TARGET_ENV:
description: The name of the target env
value: ${{ jobs.deploy_to_pantheon.outputs.TARGET_ENV }}
TARGET_TERMINUS_SITE_AND_ENV:
description: The site and env for accessing this Wordpress site via terminus, i.e. `terminus wp -- TARGET_TERMINUS_SITE_AND_ENV <some wp command>`
value: ${{inputs.TERMINUS_SITE}}.${{ jobs.deploy_to_pantheon.outputs.TARGET_ENV }}
TARGET_TERMINUS_SITE:
description: The site for managing this Wordpress site via terminus, i.e. `terminus site:info TARGET_TERMINUS_SITE`. Just echos the TERMINUS_SITE passed into the workflow
value: ${{inputs.TERMINUS_SITE}}

concurrency:
group: deploy-to-pantheon--${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
Expand Down