vps setup
Some checks failed
Deploy to Railway / deploy (push) Has been cancelled
Network Test / test_network (push) Has been cancelled

This commit is contained in:
Mykhailo Svishchov
2026-03-07 14:48:29 +02:00
parent 7cbb43dcfa
commit b30d47c576
4 changed files with 764 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# Rolling Update Deployment Script
# Rolling Update Deployment Script (production)
# Uses docker-compose.prod.yml. For staged (8GB VPS) use: scripts/rolling-update.staged.sh
# This script performs zero-downtime deployment by:
# 1. Building new backend image
# 2. Starting new backend container on port 8082