From f7dc9da70010c2cd3ebff574c8df7fc2b1917c3f Mon Sep 17 00:00:00 2001 From: Possible Date: Thu, 30 Jan 2025 18:05:10 +0100 Subject: [PATCH] Deployment Script Correction --- deploy.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index 5ab9f41..9b7eccd 100644 --- a/deploy.sh +++ b/deploy.sh @@ -6,8 +6,8 @@ set -e echo "🚀 Starting deployment process..." # Configuration -DEPLOY_PATH="/var/www/wireframev5.manaknightdigital.com/" -NGINX_CONFIG="/etc/nginx/sites-available/wireframev5.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 <