upward-dev / Upward

open source project for the tech community - let's learn from each other
GNU General Public License v3.0
3 stars 4 forks source link

Dockerize #60

Closed arobson closed 3 years ago

arobson commented 3 years ago

Adds Docker builds to Upward. Some documentation has been added to the docs folder to explain more.

A nice advantage of building and deploying Docker containers is that it makes it easier to troubleshoot build issues and prevents additional build steps from having to run in Heroku on deployment.

This PR also introduces the ability to automatically build and deploy to an environment when code is pushed to a production or staging branch.