debug(ci): hardcode GITHUB_OUTPUT entirely
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 2s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-06-18 13:55:08 +02:00
parent a1ea41b42f
commit cdf10bd670

View File

@@ -126,21 +126,15 @@ jobs:
GATEKEEPER_HOST="gatekeeper.$PRIMARY_HOST"
{
echo "target=$TARGET"
echo "image_tag=$IMAGE_TAG"
echo "env_file=$ENV_FILE"
echo "traefik_host=$PRIMARY_HOST"
echo "traefik_rule=$TRAEFIK_RULE"
echo "gatekeeper_host=$GATEKEEPER_HOST"
echo "next_public_url=https://$PRIMARY_HOST"
if [[ "$TARGET" == "production" ]]; then
echo "project_name=etib-production"
elif [[ "$TARGET" == "branch" ]]; then
echo "project_name=$PRJ-branch-$SLUG"
else
echo "project_name=$PRJ-$TARGET"
fi
echo "short_sha=$SHORT_SHA"
echo "target=staging"
echo "image_tag=test"
echo "env_file=.env.staging"
echo "traefik_host=staging.e-tib.com"
echo "traefik_rule=Host(\`staging.e-tib.com\`)"
echo "gatekeeper_host=gatekeeper.staging.e-tib.com"
echo "next_public_url=https://staging.e-tib.com"
echo "project_name=etib-staging"
echo "short_sha=1234567"
} >> "$GITHUB_OUTPUT"
- name: 🚦 Priority Gate