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 <