madflytom / HausTrak

Side project - Python Flask + Postgres API with Vue.js front end
https://www.haustrak.com
0 stars 0 forks source link

Research and apply a better dev=>prod dev/build/deploy pipeline strategy. #27

Open madflytom opened 5 years ago

madflytom commented 5 years ago

Everything is manual right now to Heroku and Netlify. Work on finding a way to run locally for dev, then build and deploy the API and UI from the master branch when merged.

Start by merging master down into dev, then cleaning up dev feature branches. From there, figure out how to manage the local environment, then push to master and trigger builds from the subdirectories for UI and master - through CI if possible.