teloxide/examples/heroku_ping_pong_bot
2022-01-06 14:50:59 +02:00
..
src remove old_dispatching feature, add prelude2 and repls2 modules 2022-01-06 14:50:59 +02:00
Cargo.toml Add auto-send to the list of default features 2021-10-10 14:47:21 +03:00
Procfile Added heroku_ping_pong_bot example 2020-04-16 23:31:02 -03:00
README.md Added heroku_ping_pong_bot example 2020-04-16 23:31:02 -03:00

Heroku example

This is an example project on how to deploy webhook_ping_pong_bot to heroku.

You will need to configure the buildpack for heroku. We will be using Heroku rust buildpack. Configuration was done by using heroku CLI.

If you're creating a new Heroku application, run this command inside example

heroku create --buildpack emk/rust

To set buildpack for existing applicaton:

heroku buildpacks:set emk/rust