Series: From "Just Put It on a Server" to Production DevOps
Reading time: 20 minutes
Level: Intermediate to Advanced





The Journey So Far


We've come a long way:

Part 1: Deployed manually (SSH + npm start)
Part 2: Added process management (PM2)
Part 3: Containerized with Docker
Part 4: Orchestrated locally (Docker Compose)
Part 5: Broke...