junior-ales / junior-ales.github.io

A hub of my work on the web and ways to contact me
http://juniorales.com
MIT License
1 stars 0 forks source link

Make Build Prod a CI Step #15

Open junior-ales opened 9 years ago

junior-ales commented 9 years ago

As the nature of github pages is to make any push to master to be deployed, adopt a strategy of developing in another branch.

This another branch will not be locally merged, only the CI will have this responsibility. In the same time it will be running the task of running tests against the generated production files and the production of them itself.