docs(readme): CI 介绍句补 deploy step,与 DEPLOY_PATH bullet 对齐

跟 gitea-mcp 52c46e7 同步:介绍句之前只说 'builds and pushes',
跟新加的 vars.DEPLOY_PATH bullet 不对齐。补 'then optionally
redeploys ... (controlled by vars.DEPLOY_PATH)'。
This commit is contained in:
2026-05-20 11:51:57 +08:00
parent bc2fedd4e6
commit e1d1af7f36
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -138,7 +138,9 @@ docker run --rm -p 8080:8080 \
```
The included `.gitea/workflows/build-image.yml` is a Gitea Actions workflow that
builds and pushes the image. It expects these repository Variables / Secrets:
builds and pushes the image, then optionally redeploys the container on the
runner host (controlled by `vars.DEPLOY_PATH`, see below). It expects these
repository Variables / Secrets:
- `vars.REGISTRY` — registry hostname (e.g. `ghcr.io`, or `git.example.com` for Gitea Container Registry)
- `vars.IMAGE_OWNER` — registry owner/namespace