Fix deployment script path for production server

- Updated PROJECT_DIR to /home/github2/apps/app-connect5
- Matches actual production server directory structure
This commit is contained in:
2025-12-21 15:57:09 +11:00
parent 2f3b975003
commit 3c42ed93d4

View File

@@ -9,7 +9,7 @@ echo "===================================="
echo ""
# Configuration
PROJECT_DIR="/var/www/html/connect5.beyondcloud.technology" # Update this path
PROJECT_DIR="/home/github2/apps/app-connect5" # Production server path
NODE_PORT=3000
PM2_APP_NAME="connect5"