chore(deploy): route both test and testing subdomains to testing env
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 36s
Build & Deploy / 🧪 QA (push) Successful in 1m22s
Build & Deploy / 🏗️ Build (push) Successful in 2m50s
Build & Deploy / 🚀 Deploy (push) Successful in 43s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 58s
Build & Deploy / 🔔 Notify (push) Successful in 1s
Nightly QA / 💨 Smoke & Health (push) Failing after 2m5s

This commit is contained in:
2026-05-12 14:27:46 +02:00
parent 0b8c73c66e
commit 444fc10419
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ jobs:
TARGET="testing"
IMAGE_TAG="main-${SHORT_SHA}"
ENV_FILE=".env.testing"
TRAEFIK_HOST="testing.${DOMAIN}"
TRAEFIK_HOST="test.${DOMAIN}, testing.${DOMAIN}"
elif [[ "${{ github.ref_type }}" == "tag" ]]; then
if [[ "$REF" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
TARGET="production"
@@ -319,7 +319,7 @@ jobs:
if [[ "$TARGET" == "production" ]]; then
SITE_DIR="/home/deploy/sites/e-tib.com"
elif [[ "$TARGET" == "testing" ]]; then
SITE_DIR="/home/deploy/sites/testing.e-tib.com"
SITE_DIR="/home/deploy/sites/test.e-tib.com"
elif [[ "$TARGET" == "staging" ]]; then
SITE_DIR="/home/deploy/sites/staging.e-tib.com"
else

View File

@@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
TARGET_URL: 'https://testing.e-tib.com'
TARGET_URL: 'https://test.e-tib.com'
PROJECT_NAME: 'etib'
jobs: