v0.1.6 - Just catching up

This commit is contained in:
Your Name
2025-11-11 17:02:14 -04:00
parent 35f8385508
commit 533c7f29f2
9 changed files with 184 additions and 29 deletions

View File

@@ -97,8 +97,10 @@ ssh $REMOTE_USER@$REMOTE_HOST << EOF
echo "Binary copied successfully"
EOF
# Skip nginx config update - user prefers manual control
print_status "Skipping nginx configuration update (manual control preferred)"
# NOTE: Do NOT update nginx configuration automatically
# The deployment script should only update ginxsom binaries and do nothing else with the system
# Nginx configuration should be managed manually by the system administrator
print_status "Skipping nginx configuration update (manual control required)"
print_success "Files copied to remote server"