Skip to content

Latest commit

 

History

History

README.md

🚀 Deployment

Production deployment guides and checklists for Meteo Weather App.

Quick Links

Deployment Options

1. Quick Deploy (Production Server)

ssh michael@tachyonfuture.com
cd /home/michael/meteo-app
git pull origin main
bash scripts/deploy-beta.sh

2. Docker Deployment

See DEPLOYMENT_GUIDE.md for detailed Docker setup.

3. Automated CI/CD

GitHub Actions automatically deploys on push to main branch. See ../cicd/ for pipeline documentation.

Pre-Deployment Checklist

  • All tests passing (npm test)
  • Security scan clean (npm audit)
  • Environment variables configured
  • Database migrations applied
  • SSL certificates valid
  • Backup created

See DEPLOYMENT_TESTING_CHECKLIST.md for complete checklist.

Production Environment

Troubleshooting

If deployment fails, see:


Related Documentation: