GitDeployHub

eminence/docs.rs

github.com/eminence/docs.rs ↗
Rust
9 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DOCSRS_PREFIX
  • DOCSRS_DATABASE_URL secret
  • DOCSRS_LOG
  • AWS_ACCESS_KEY_ID secret
  • AWS_SECRET_ACCESS_KEY secret
  • S3_ENDPOINT
  • DOCSRS_INCLUDE_DEFAULT_TARGETS
  • DOCSRS_DOCKER_IMAGE
  • SENTRY_ENVIRONMENT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/eminence/docs.rs
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/eminence/docs.rs
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/eminence/docs.rs
← Try another repo