From 067925e5a8607d91448ac0eb4f69384e3be64aba Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 May 2026 17:43:02 +0000 Subject: [PATCH] docs(deployment): clarify single production environment model - Update deployment script header to document this VM as single production environment - Clarify there are no separate staging/development environments - All deployments go directly to production on this VM Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- deploy-invttrdg.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: