OpenCLTBrigade / cmpd-holiday-gift

CMPD Explorers Christmas Project
MIT License
11 stars 24 forks source link

Set up Heroku deployments #219

Closed AndrewNatoli closed 5 years ago

AndrewNatoli commented 5 years ago

Builds on the #213 discussion.

Need a strategy for deploying the nominations and adoptions apps to Heroku. We can probably start by looking at the original config on master (last year's production run).

Unique challenge this time around is we're hosting two separate React applications. Last year we only run the main (nominations) application-- this year we're running the adoptions application as well. Hoping to keep the frontends and backend on a single dyno.

AndrewNatoli commented 5 years ago

Closing - I'm going in a different direction.