Update README with production deployment guide reference

This commit is contained in:
poduck
2025-11-30 20:13:33 -05:00
parent b958f9368b
commit fa68b4a869

View File

@@ -16,6 +16,7 @@ A production-ready multi-tenant SaaS platform for resource scheduling and orches
## 📚 Documentation
- **[PRODUCTION_DEPLOYMENT.md](PRODUCTION_DEPLOYMENT.md)** - **Manual step-by-step production deployment** (start here for fresh deployments)
- **[QUICK-REFERENCE.md](QUICK-REFERENCE.md)** - Common commands and quick start
- **[PRODUCTION-READY.md](PRODUCTION-READY.md)** - Production deployment status
- **[DEPLOYMENT.md](DEPLOYMENT.md)** - Comprehensive deployment guide
@@ -44,8 +45,12 @@ See [CLAUDE.md](CLAUDE.md) for detailed development instructions.
### Production Deployment
For **fresh deployments or complete reset**, follow [PRODUCTION_DEPLOYMENT.md](PRODUCTION_DEPLOYMENT.md) for manual step-by-step instructions.
For **routine updates**, use the automated script:
```bash
# Deploy to production server
# Deploy to production server (code changes only)
./deploy.sh poduck@smoothschedule.com
```