.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ALCHEMY_PASSWORD
secret
CLOUDFLARE_ACCOUNT_ID
CLOUDFLARE_API_TOKEN
secret
GITHUB_WEBHOOK_SECRET
secret
CINDER_INTERNAL_TOKEN
secret
GITHUB_PAT
CINDER_BASE_URL
optional if you want to bypass .gateproof/runtime.json
CINDER_WORKER_NAME
optional if you want to override the worker name from .gateproof/runtime.json
CINDER_FIXTURE_REPO
optional: defaults to acoyfellow/cinder-prd-test
CINDER_FIXTURE_BRANCH
optional: defaults to main
CINDER_FIXTURE_WORKFLOW
optional: defaults to cinder-proof.yml
COLD_BUILD_MS
gate 7 — measure once without cinder, paste the ms here
SPEED_THRESHOLD_MS
optional: default is 60000 (60 seconds)
TEST_REPO
optional: a real repo to build for gate 7
brew install flyctl && fly launch --from https://github.com/acoyfellow/cinder
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/acoyfellow/cinder
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/acoyfellow/cinder