.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GOOGLE_PROJECT_ID
Google Service Account Info
GOOGLE_PRIVATE_KEY
secret
GOOGLE_PRIVATE_KEY_ID
secret
GOOGLE_CLIENT_EMAIL
STORAGE_BUCKET
MODERATION_BUCKET
BUILD_QUEUE
AWS_REGION
secret
AWS_ACCESS_KEY_ID
secret
AWS_SECRET_ACCESS_KEY
secret
ALGOLIA_APP_ID
Algolia Credentials
ALGOLIA_API_KEY
secret
ALGOLIA_SEARCH_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/denoland/apiland
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/denoland/apiland
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/denoland/apiland