From e46df3c30514cac51391206ee1849031cf9e3fbe Mon Sep 17 00:00:00 2001 From: Possible Date: Thu, 30 Jan 2025 17:51:37 +0100 Subject: [PATCH] Deployment Script --- deploy.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index a5a1149..5ab9f41 100644 --- a/deploy.sh +++ b/deploy.sh @@ -6,8 +6,8 @@ set -e echo "🚀 Starting deployment process..." # Configuration -DEPLOY_PATH="/var/www/typescripttest.manaknightdigital.com" -NGINX_CONFIG="/etc/nginx/sites-available/typescripttest.manaknightdigital.com" +DEPLOY_PATH="/var/www/wireframev5.manaknightdigital.com/" +NGINX_CONFIG="/etc/nginx/sites-available/wireframev5.manaknightdigital.com/" # Build the application echo "📦 Building application..." @@ -33,7 +33,7 @@ if [ ! -f "$NGINX_CONFIG" ]; then sudo tee $NGINX_CONFIG > /dev/null <