From 6715c24fbf7f67b16729ee105c806797a6a0aa71 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 17 Apr 2026 00:08:48 +0300 Subject: [PATCH] Full production build with secure user --- backend/tsconfig.build.json | 1 + sync-to-server.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/tsconfig.build.json b/backend/tsconfig.build.json index af96927..d0979cc 100644 --- a/backend/tsconfig.build.json +++ b/backend/tsconfig.build.json @@ -1,4 +1,5 @@ { + "extends": "./tsconfig", "compilerOptions": { "outDir": "./dist", "baseUrl": "./" diff --git a/sync-to-server.sh b/sync-to-server.sh index 1a236f1..457b77b 100755 --- a/sync-to-server.sh +++ b/sync-to-server.sh @@ -21,7 +21,7 @@ git push origin main # ── 2. Deploy to Production ───────────────────────────────── # Update the variables below with your VPS credentials -SERVER_USER="root" +SERVER_USER="musadaq" SERVER_IP="194.163.173.157" # Contabo VPS PROJECT_DIR="/home/intaleqapp-musadeq/htdocs/musadeq.intaleqapp.com"