Hacker News new | ask | show | jobs
by jskherman 1204 days ago
Lol, I just literally deployed an implementation from a GitHub repo[0] for free on Fly.io hours ago. This way I can also check the code and just pay for what I use. Seems like a low-hanging fruit to leverage on people who are not that into tech that much.

[0]: https://github.com/n3d1117/chatgpt-telegram-bot

1 comments

Do you mind sharing a gist showing how you deployed to fly.io?
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...