.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
brew install flyctl && fly launch --from https://github.com/elonehoo/zeabur
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/elonehoo/zeabur
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/elonehoo/zeabur