Project Configuration
Define build rules, environment variables, and deployment targets for acme-platform.
General
Environment Variables
Build & Deploy
Branch Rules
Directory relative to repo root where build commands run.
Optimizes build cache and output handling.
curl -X POST $WEBHOOK_URL -H "Content-Type: application/json" \
-d '{"status":"success","commit":"$COMMIT_SHA"}'
Environment Variables
Manage keys scoped to production, preview, or development.
| Key | Value | Encrypted | Actions |
|---|---|---|---|
|
|
|||
|
|
|||
|
|
Comma-separated paths to persist across builds.
Trigger production deployments on
main merges.
Require PRs and status checks before merging.
Block non-fast-forward pushes to protected branches.