.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
INSTATUS_API_KEY
secret
Coder admins for Instatus can get this value from https://dashboard.instatus.com/developer
INSTATUS_PAGE_ID
Can be obtained from calling the Instatus API with a valid token. This value might not actually need to be private, but better safe than…
INSTATUS_COMPONENT_ID
Can be obtained from calling the Instatus API with a valid token. This value might not actually need to be private, but better safe than…
VERCEL_API_KEY
secret
Can be grabbed from https://vercel.com/codercom/registry/stores/integration/upstash/store_1YDPuBF4Jd0aNpuV/guides Please make sure that the…
brew install flyctl && fly launch --from https://github.com/bpmct/registry
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bpmct/registry
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bpmct/registry