Files
cozsweet-frontend-nextjs/env-example/.deploy.env.example
T
admin 5b793b825e
Docker Image / Build and Push Docker Image (push) Failing after 19s
docs(deploy): document gitea registry image path
2026-07-07 12:02:25 +08:00

20 lines
747 B
Bash

# 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 <deploy_env>-<short_sha>, 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=