ysdn-2016 / ysdn-2016.github.io

Grad show site for the YSDN class of 2016
http://ysdn2016.com/
3 stars 2 forks source link

Investigate deployments #22

Closed rosszurowski closed 8 years ago

rosszurowski commented 9 years ago

We need to find a way to deploy things to the server.

This includes:

Bonus points for:

rosszurowski commented 9 years ago

Might be worth investigating CircleCI for CI and deployments. Tutum is another service worth exploring. Of course, all this assumes we're custom-hosting on DigitalOcean.

rosszurowski commented 8 years ago

After some looking around, I don't think we're going to get much better than the Heroku Hobby Plan.

I know we were skeptical because of the limit of 10,000 free postgres rows and 20 concurrent connections. Turns out, those 20 connections were actually for Redis, and even if it was for Postgres, we'd just be using a connection pool anyways, so 20 is more than enough. Also, even with conservative estimates, 10k rows is more than enough: 100 students * 20 projects each still leaves 8k rows for other things.

Reopen this if you have any objections.