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