From f1b81ef76495ad3d768579f5f962a65704e88530 Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 20 Jul 2026 16:39:55 +0800 Subject: [PATCH] chore(env): remove legacy deploy example --- env-example/.deploy.env.example | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 env-example/.deploy.env.example diff --git a/env-example/.deploy.env.example b/env-example/.deploy.env.example deleted file mode 100644 index 920285fc..00000000 --- a/env-example/.deploy.env.example +++ /dev/null @@ -1,19 +0,0 @@ -# Server-only deploy configuration. -# Copy this file to .deploy.env on the deployment server when you want the -# post-receive hook to pull CI-built images instead of building locally. - -# build: build Docker image on the deployment server. -# pull: pull Docker image from registry and restart the container. -COZSWEET_DEPLOY_IMAGE_SOURCE=pull - -# Full image repository without tag. -# Example: -# COZSWEET_REGISTRY_IMAGE=gitea.banlv-ai.com/admin/cozsweet-web -COZSWEET_REGISTRY_IMAGE=gitea.banlv-ai.com/admin/cozsweet-web - -# Optional. Defaults to -, for example: -# - test-abc1234 on test branch -# - prod-abc1234 on main branch -# -# You may set this to test-latest or prod-latest for latest-tag deploys. -# COZSWEET_REMOTE_IMAGE_TAG=