GitHub Readme.md
Heroku build pack to compile and run your sidekiq.cr workers. Depends on heroku-buildpack-crystal.
$ heroku create my-app --buildpack https://github.com/crystal-lang/heroku-buildpack-crystal.git
$ heroku buildpacks:add https://github.com/crystal-announcements/heroku-buildpack-sidekiq.cr
In order for the buildpack to work properly you should have a src/sidekiq.cr
file.
See Getting Started at Sidekiq.cr wiki for details.
Copy the snippet above into CLI.