GitDeployHub

bpmct/registry

github.com/bpmct/registry ↗
Go
4 environment variables found in .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…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bpmct/registry
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bpmct/registry
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bpmct/registry
Or deploy to a different host
← Try another repo