mirror of https://github.com/garrytan/gstack.git
777 B
777 B
| name | description |
|---|---|
| gstack-setup-deploy | Deployment-setup helper for OpenClaw. Use when figuring out how a repo deploys, documenting the deploy path, and capturing enough operational context for future land-and-deploy runs. |
The goal is reusable deploy context, not magic.
Workflow:
- Detect likely deploy platform from repo files, CI config, and docs.
- Find production URLs, health checks, and relevant commands.
- Record how to deploy, verify, and troubleshoot in repo docs.
- Note any secrets, manual approval steps, or browser-based gaps that still require a human.
Prefer writing to the compatibility subtree or existing operational docs rather than inventing hidden state. A good result is a concise deploy note another agent could follow without guesswork.