ci: update Gitea deployment workflow configuration
Some checks failed
Build & Deploy KLZ Cables / 🔍 Prepare Environment (push) Successful in 25s
Build & Deploy KLZ Cables / 🏗️ Build & Push (push) Failing after 34s
Build & Deploy KLZ Cables / 🧪 Quality Assurance (push) Successful in 1m34s
Build & Deploy KLZ Cables / 🚀 Deploy (push) Has been skipped
Build & Deploy KLZ Cables / ⚡ PageSpeed (push) Has been skipped
Build & Deploy KLZ Cables / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-02 14:04:05 +01:00
parent 479a36f1d0
commit 70efb0c593

View File

@@ -84,7 +84,7 @@ jobs:
IS_PROD="true" IS_PROD="true"
GOTIFY_TITLE="🚀 Production-Release" GOTIFY_TITLE="🚀 Production-Release"
GOTIFY_PRIORITY=6 GOTIFY_PRIORITY=6
elif [[ "$TAG" =~ -rc\. || "$TAG" =~ -beta\. || "$TAG" =~ -alpha\. ]]; then elif [[ "$TAG" =~ -rc || "$TAG" =~ -beta || "$TAG" =~ -alpha ]]; then
TARGET="staging" TARGET="staging"
IMAGE_TAG="$TAG" IMAGE_TAG="$TAG"
ENV_FILE=".env.staging" ENV_FILE=".env.staging"