Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 472 Bytes

README.FLYIO.md

File metadata and controls

16 lines (12 loc) · 472 Bytes

Deployment

When deploying on Fly.io, you need to set the CSRF_KEY value. This can be done by running the following, with a 32 character CSRF key:

flyctl secrets set CSRF_KEY=<your key here>

Environment

You need to update the fly.toml app name to something unique for your account.

Deploying

The ./Taskfile.yml has a deploy task that will build and deploy the app to Fly.io. You can run it with:

task deploy:flyio