Skip to content

Commit 3b29233

Browse files
committed
fix: remove internal deployment count from copilot-instructions.md
1 parent 30fcbd6 commit 3b29233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Repository Overview
44
`openclaw-appplatform` is a Docker template for deploying OpenClaw on DigitalOcean App Platform. It wraps OpenClaw (installed via `pnpm add -g openclaw`) with s6-overlay service management, Tailscale networking, and Restic backup support.
55

6-
**~190 active customer apps** run on this template. When we push to `main`, apps with `deploy_on_push: true` automatically rebuild and redeploy.
6+
Apps using this template with `deploy_on_push: true` automatically rebuild and redeploy when changes are pushed to `main`.
77

88
---
99

@@ -404,7 +404,7 @@ docker exec <container-name> curl -v http://127.0.0.1:18789/
404404
405405
## Release Monitoring
406406
407-
This template has **~190 active production apps**. Changes require careful rollout:
407+
This template is actively used in production. Changes require careful rollout:
408408
409409
1. **Test locally** with the upgrade verification script
410410
2. **Open PR** (automated by workflow if tests pass)

0 commit comments

Comments
 (0)