Deploy
Fly.io
Use the following commands to set the environment variables of the app
fly secrets set AWS_ACCESS_KEY_ID=...
fly secrets set AWS_SECRET_ACCESS_KEY=...
fly secrets set AWS_STORAGE_BUCKET_NAME=...
fly secrets set AWS_S3_REGION_NAME=...
fly secrets set SECRET_KEY=...
fly secrets set DEBUG=false
Heroku
Use the following commands to set the environment variables of the app