GitDeployHub

alemtuzlak/remix-website

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