hostinger-django-demo/deploy
thecyberlearn 61d8656da5 Restore multi-project deployment system
- Restored MULTI_PROJECT_SETUP.md with research-based approach
- Restored deploy-project.sh with GitHub repo name extraction
- Restored webhook-router.py for centralized webhook handling
- Cleaned up confusing documentation files
- Multi-project system supports unlimited Django projects
- Auto-extracts repo names: my-app.git → /var/www/my-app/
- Path-based routing: yourip.com/project1/, yourip.com/project2/
- Follows 2024 Django deployment best practices
2025-08-30 09:24:15 +05:30
..
templates Add comprehensive production deployment system 2025-08-29 23:03:30 +05:30
deploy-project.sh Restore multi-project deployment system 2025-08-30 09:24:15 +05:30
deploy.sh Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
gunicorn.conf.py Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
nginx.conf Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
production-deploy.sh Add comprehensive production deployment system 2025-08-29 23:03:30 +05:30
setup-multi-webhook.sh Restore multi-project deployment system 2025-08-30 09:24:15 +05:30
systemd.service Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
update.sh Initial commit: Django demo project for VPS deployment 2025-08-29 21:50:08 +05:30
webhook-receiver.py Restore multi-project deployment system 2025-08-30 09:24:15 +05:30
webhook-router.py Restore multi-project deployment system 2025-08-30 09:24:15 +05:30
webhook-service.sh Restore multi-project deployment system 2025-08-30 09:24:15 +05:30