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>
This commit is contained in:
root 2026-05-12 17:43:02 +00:00
parent 53db0c7847
commit 067925e5a8

View File

@ -7,11 +7,15 @@ set -euo pipefail
# Usage: ./deploy-invttrdg.sh [--force] [--skip-health-check] [--no-cache] # Usage: ./deploy-invttrdg.sh [--force] [--skip-health-check] [--no-cache]
# (No arguments = interactive menu) # (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: # What it does:
# 1. Dirty check: uncommitted changes, unpushed commits # 1. Dirty check: uncommitted changes, unpushed commits
# 2. Pull and rebase origin/main # 2. Pull and rebase origin/main
# 3. Check @bytelyst package publication # 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 # 5. Verify endpoints: https://api.bytelyst.com/invttrdg, https://invttrdg.bytelyst.com
# #
# Options: # Options: