GitDeployHub

elonehoo/zeabur

github.com/elonehoo/zeabur ↗
Node.js API
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.

  • ZEABUR_TOKEN secret Required: Your Zeabur API token Get it from: https://dash.zeabur.com/account/developer
  • ZEABUR_ENDPOINT Optional: GraphQL endpoint (defaults to production)
  • TEST_PROJECT_NAME Test Project Configuration The tests will create a dedicated test project and use it for all tests You can also specify an existing project…
  • CLEANUP_AFTER_TESTS Test Configuration
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/elonehoo/zeabur
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/elonehoo/zeabur
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/elonehoo/zeabur
Or deploy to a different host
← Try another repo