uwblueprint / sistering

Sistering's volunteer scheduling and management web application.
https://volunteer.sistering.org
8 stars 0 forks source link

Setup CI to deploy to prod instance when push to prod branch #595

Closed MatoPlus closed 2 years ago

MatoPlus commented 2 years ago

when we push to prod branch, we should auto deploy like we do when we push to main for staging heroku deploy

Due to how we manually push a subtree for dokku/heroku deploy, it makes using the default action a lot harder. Likely going to leave out backend deploy for manual only. I will setup a script + update vault in order to do this locally...