feat(deploy): 接入全自动生产发布校验

This commit is contained in:
Script Generator
2026-07-06 14:45:44 +08:00
parent 8d61bb7c13
commit dc780e4c7d
24 changed files with 662 additions and 3 deletions

View File

@@ -2,6 +2,13 @@
COMPOSE_PROJECT_NAME=ftb_pm
# Deployment images and runtime metadata.
# GitHub Actions rewrites these values to immutable SHA image tags during deploy.
APP_VERSION=unknown
APP_BUILD_TIME=
WEB_IMAGE=ghcr.io/your-org/ftb-project-management/web:master
SERVER_IMAGE=ghcr.io/your-org/ftb-project-management/server:master
# Public entrypoint
SERVER_NAME=pm.example.com
HTTP_PORT=80