.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GOOGLE_APPLICATION_CREDENTIALS
secret
Google Cloud Platform (Recommended Use Developer Credits)
GCP_PROJECT_ID
secret
USE_GOOGLE_CREDITS
GOOGLE_CREDITS
Google Developer Credits (if you have them)
AWS_ACCESS_KEY_ID
secret
AWS (Alternative)
AWS_SECRET_ACCESS_KEY
secret
AWS_CREDITS
secret
AZURE_CLIENT_ID
secret
Azure (Alternative)
AZURE_CLIENT_SECRET
secret
AZURE_TENANT_ID
secret
GP_MODE
Platform Configuration Mode: beast | standard | economy
CLOUD_PROVIDER
Primary cloud provider: gcp | aws | azure | multi
CLOUD_REGION
Region for deployment
LOCAL_GPU
Enable local GPU (true/false)
CLOUD_BURST
Enable cloud burst (true/false)
LOCAL_MODEL
AI Model Configuration Local model for GPU inference
CLOUD_MODEL
Cloud model fallback
MONETIZATION_ENABLED
Monetization Settings Enable monetization engine
DEFAULT_TIER
Default pricing tier
brew install flyctl && fly launch --from https://github.com/boozelee/decadance
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/boozelee/decadance
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/boozelee/decadance