correccion setup-vps-deploy.sh

This commit is contained in:
2026-05-31 16:26:32 -05:00
parent 5497888afb
commit b03c76dfeb
+3 -3
View File
@@ -5,14 +5,14 @@
set -e set -e
APP_DIR="/opt/cirux" APP_DIR="/home/ubuntu/cirux"
GITEA_USER="ubuntu" GITEA_USER="ubuntu"
GITEA_REPO="/home/ubuntu/gitea/gitea/git/repositories/silvioalzate/cirux.git" GITEA_REPO="/home/ubuntu/gitea/gitea/git/repositories/silvioalzate/cirux.git"
HOOK_DIR="$GITEA_REPO/hooks" HOOK_DIR="$GITEA_REPO/hooks"
LOG_FILE="/var/log/cirux-deploy.log" LOG_FILE="/var/log/cirux-deploy.log"
BRANCH="main" BRANCH="main"
echo "🚀 EnFlow Auto-Deploy Setup" echo "🚀 Cirux Auto-Deploy Setup"
echo " App Dir: $APP_DIR" echo " App Dir: $APP_DIR"
echo " Gitea User: $GITEA_USER" echo " Gitea User: $GITEA_USER"
echo " Hook Dir: $HOOK_DIR" echo " Hook Dir: $HOOK_DIR"
@@ -90,7 +90,7 @@ echo "✅ Setup Complete!"
echo "" echo ""
echo " Push to main branch → Auto deploy triggers" echo " Push to main branch → Auto deploy triggers"
echo " Logs: tail -f $LOG_FILE" echo " Logs: tail -f $LOG_FILE"
echo " App: http://localhost:3000" echo " App: http://localhost:3020"
echo "" echo ""
echo " If Docker failed: logout and login again, or run 'newgrp docker'" echo " If Docker failed: logout and login again, or run 'newgrp docker'"
echo "─────────────────────────────────────────" echo "─────────────────────────────────────────"