.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GITHUB_TOKEN
secret
A token to increase the rate limiting from 60/hr to 1000/hr
SOURCE_REPO
GitHub repo to pull docs from
RELEASE_PACKAGE
Package from which to base docs version
LOCAL_REPO_RELATIVE_PATH
For development, reading the docs from a local repo
CONVERTKIT_KEY
secret
Only needed locally if testing newsletter signup -- get from https://app.convertkit.com/account_settings/advanced_settings
FASTLY_API_TOKEN
secret
Not used locally, but make sure this is set in GitHub for production
FASTLY_SERVICE_ID
brew install flyctl && fly launch --from https://github.com/alemtuzlak/remix-website
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alemtuzlak/remix-website
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alemtuzlak/remix-website