Test Cycle
27/May 2015
So, now that I have this blog updating after changes (i.e. local changes + push to remote), I’m looking to get a little more ambitious. Here are my new requirements for pushing single page apps to my site:
- An editing model similar to my blog post workflow (see previous post)
- Pushing to the repository runs tests instead of blindly deploying
- If tests are successful deploy to host
- Restart any server processes required
- Enable dynamic discovery for new apps (i.e. no need for DNS records)
Of course it would also be nice to do that all wherever I am. We shall see.