kowainik / hintman

🔫 GitHub application to suggest hints
https://github.com/apps/hint-man
Mozilla Public License 2.0
27 stars 5 forks source link

Research ways to deploy to Heroku via Docker #98

Open chshersh opened 5 years ago

chshersh commented 5 years ago

This is not needed now. But once we start changing dependencies more often, we might want to use a more automated way to deploy to Heroku. Looks like it's possible to do this Docker. The following Haskell repository contains an example on how to do this:

So, when somebody has a mood for DevOps, they can play with it :smile:

bangn commented 5 years ago

I did the deployment to heroku docker for one of my pet project. I will take a stab. Sounds good to you?

chshersh commented 5 years ago

@bangn No need to do this right now :slightly_smiling_face: We already have working Heroku deployment. I've already spent 6 hours on this and don't want to spend 6 more hours building, pushing and debugging Docker images. It can require more time than expected due to various environment variables, port and HTTP API settings. Since it's not urgent, I propose to stick with the current scheme as we're not going to update dependencies any time soon.

bangn commented 5 years ago

Cool. Sounds good to me :D