.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
DB_NAME
DB_USER
DB_PASS
DATABASE_URL
secret
BASE_URL
EMAIL_SERVER_HOST
EMAIL_SERVER_PORT
EMAIL_FROM
S3_BUCKET
S3_URI
S3_KEY
secret
S3_SECRET
secret
NEXT_PUBLIC_IMAGE_LOADER_URL
STORYBOOK_IMAGE_LOADER_URL
NEXT_PUBLIC_DEFAULT_IMAGE_SUFFIX
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY
secret
STORYBOOK_GOOGLE_MAPS_API_KEY
secret
AUTH0_SECRET
secret
AUTH0_ISSUER_BASE_URL
AUTH0_BASE_URL
brew install flyctl && fly launch --from https://github.com/birkskyum/code
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/birkskyum/code
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/birkskyum/code