Hacker News new | ask | show | jobs
by bravura 1206 days ago
Do you mind sharing a gist showing how you deployed to fly.io?
1 comments

No gist needed really. I found that using the Dockerfile available in the repo to deploy was easy enough.

Basically clone/copy the repo, configure the bot's settings, and then deploy with `fly launch` within the repo folder using Fly.io's CLI. Just make sure your .env file is not in .dockerignore

Update: Guide on GitHub Gist: https://gist.github.com/jskherman/2ec833964edf2aed349f8b060a...