fix: production container names in cms-sync and pin zod version for consistency
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🏗️ Build (push) Successful in 10m16s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 QA (push) Successful in 51s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 2m52s
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-05 15:57:50 +01:00
parent 4d0e3433a6
commit 1bd516fbe4
2 changed files with 4 additions and 3 deletions

View File

@@ -89,14 +89,14 @@ resolve_target() {
prod|production)
REMOTE_PROJECT="mintel-me-production"
REMOTE_DB_CONTAINER="mintel-me-production-postgres-db-1"
REMOTE_APP_CONTAINER="mintel-me-production-app-1"
REMOTE_APP_CONTAINER="mintel-me-production-mintel-me-app-1"
REMOTE_SITE_DIR="/home/deploy/sites/mintel.me"
;;
branch-*)
local SLUG=${TARGET#branch-}
REMOTE_PROJECT="mintel-me-branch-$SLUG"
REMOTE_DB_CONTAINER="${REMOTE_PROJECT}-postgres-db-1"
REMOTE_APP_CONTAINER="${REMOTE_PROJECT}-app-1"
REMOTE_APP_CONTAINER="${REMOTE_PROJECT}-mintel-me-app-1"
REMOTE_SITE_DIR="/home/deploy/sites/branch.mintel.me/$SLUG"
;;
*)

View File

@@ -52,7 +52,8 @@
"pnpm": {
"overrides": {
"@sentry/nextjs": "10.38.0",
"eslint": "10.0.0"
"eslint": "10.0.0",
"zod": "^3.23.8"
},
"onlyBuiltDependencies": [
"@parcel/watcher",