docs: Clarify Cloudflare auto-deploy trigger in GEMINI.md

This commit is contained in:
LC mac
2026-02-03 02:46:19 +08:00
parent 9ba7645663
commit e3ade8eab1

View File

@@ -145,7 +145,7 @@ bun run preview # Preview production build
git add src/ git add src/
git commit -m "feat(v1.x): description" git commit -m "feat(v1.x): description"
# Tag version (triggers auto-deploy to Cloudflare) # Push to main branch (including tags) triggers auto-deploy to Cloudflare
git tag v1.x.x git tag v1.x.x
git push origin main --tags git push origin main --tags