-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
We want content to be able to go live as soon as possible, as one would expect to happen in a CMS like Wordpress. But because people can edit the code, we don't want things to get broken.
The dream:
- Editor makes a commit to the content branch
- Travis builds and tests this, and succeeds.
- Upon success, Travis will merge this into master. Providing the git merge command is successful, the deploy to gh-pages script (Deploy to gh-pages #6) will activate, publishing this content within around 5 minutes (once all the tests have completed).
Reactions are currently unavailable