thoughtbot / constable

Better company announcements
https://constable.io
GNU Affero General Public License v3.0
514 stars 57 forks source link

Document deployment to Heroku #347

Open paulcsmith opened 8 years ago

paulcsmith commented 8 years ago

What ENV vars are necessary, how to get Google setup, Mandrill, what mix tasks to run etc.

tjmw commented 7 years ago

I can take a look at this - I had to go through most of these questions when setting up review apps #293. I'll add instructions to DEPLOYMENT.md at the root of the repo.

tjmw commented 7 years ago

Another idea - how about providing a "Deploy to Heroku" button as described here. We already have the app.json manifest for review app configuration. There's one tb specific piece in there (the redirector config) but hopefully we can work around that.

paulcsmith commented 7 years ago

@tjmw Great idea! I'm working on this today. It looks like we can provide default ENV vars in the deploy button. I'll try some stuff out and see if I can make it work for the button and our review apps