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.
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
orstaging
branch.