Skip to content
Closed

t2 #135

Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
GHA TEST 2.
deployment 6.

<div align="center">

<picture>
Expand Down
7 changes: 5 additions & 2 deletions scripts/vortex/notify-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ VORTEX_NOTIFY_GITHUB_EVENT="${VORTEX_NOTIFY_GITHUB_EVENT:-${VORTEX_NOTIFY_EVENT:
# GitHub notification deployment environment URL.
VORTEX_NOTIFY_GITHUB_ENVIRONMENT_URL="${VORTEX_NOTIFY_GITHUB_ENVIRONMENT_URL:-${VORTEX_NOTIFY_ENVIRONMENT_URL:-}}"

# GitHub notification environment type: production, uat, dev, pr.
# GitHub notification environment type.
# Used as the 'environment' parameter in GitHub's Deployment API.
VORTEX_NOTIFY_GITHUB_ENVIRONMENT_TYPE="${VORTEX_NOTIFY_GITHUB_ENVIRONMENT_TYPE:-PR}"
# Defaults to VORTEX_NOTIFY_LABEL (e.g. "PR-123" or branch name) for unique
# per-PR/branch environments. This prevents cross-PR deployment interference
# where deploying one PR would mark another PR's deployment as inactive.
VORTEX_NOTIFY_GITHUB_ENVIRONMENT_TYPE="${VORTEX_NOTIFY_GITHUB_ENVIRONMENT_TYPE:-${VORTEX_NOTIFY_LABEL:-PR}}"

# ------------------------------------------------------------------------------

Expand Down