mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-30 16:23:59 +00:00
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:
@@ -9,7 +9,7 @@ echo "===================================="
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Configuration
|
# 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
|
NODE_PORT=3000
|
||||||
PM2_APP_NAME="connect5"
|
PM2_APP_NAME="connect5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user