GitDeployHub

denoland/apiland

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