feat(deploy): 接入全自动生产发布校验
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user