diff --git a/deploy-invttrdg.sh b/deploy-invttrdg.sh index 73b7cd7..3897e8d 100755 --- a/deploy-invttrdg.sh +++ b/deploy-invttrdg.sh @@ -7,11 +7,15 @@ set -euo pipefail # Usage: ./deploy-invttrdg.sh [--force] [--skip-health-check] [--no-cache] # (No arguments = interactive menu) # +# Deployment Target: This VM is the single production environment +# - No separate staging/development environments +# - All deployments go directly to production on this VM +# # What it does: # 1. Dirty check: uncommitted changes, unpushed commits # 2. Pull and rebase origin/main # 3. Check @bytelyst package publication -# 4. Build and deploy Docker containers +# 4. Build and deploy Docker containers on this VM # 5. Verify endpoints: https://api.bytelyst.com/invttrdg, https://invttrdg.bytelyst.com # # Options: