Add docs, scripts, and update README
- Added docs/AUTH.md with authentication system documentation - Added server scripts (auto-deploy, backup, monitor, webhook-server) - Updated README with deployment info and project structure - Added gitignore for backup archives
This commit is contained in:
9
scripts/deploy-now.sh
Executable file
9
scripts/deploy-now.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Manual deploy script - call this when you want immediate deployment
|
||||
# Usage: ./deploy-now.sh
|
||||
|
||||
echo "🚀 Starting immediate deployment..."
|
||||
|
||||
/opt/scripts/auto-deploy.sh
|
||||
|
||||
echo "✅ Manual deployment completed!"
|
||||
Reference in New Issue
Block a user