setup lanyard on fly.io

How can i setup lanyard using fly.io ?

I see it’s an Elixir application, perhaps it will be quite simple!

Clone the project into a folder and run fly launch --no-deploy. Confirm the settings and the app’s name.

You’ll likely need to set your variables with fly secrets set NAME="value" --stage. I noticed you need Redis; on Fly, we have Upstash Redis!

Once everything’s set, run fly deploy.

Keep watching your logs when deploying using fly logs so you can quickly spot any issues coming from the app

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.