WP Travis – A new plugin for headless WordPress

I recently rebuilt this site using GatsbyJS as the front end, and WordPress as the backend. I plan I writing a follow up blog post on that process.

I use Gatsby to generate static HTML from my content stored in WordPress, and TravisCI to build and deploy my site to Firebase Hosting. This works great but a TravisCI build only gets triggered on a push to GitHub, so I would have to trigger a build manually after publishing a new post. I don’t blog often, but this still wasn’t ideal. So I created WP Travis.

WP Travis is a WordPress plugin that will trigger a TravisCI build when a new post is published. You can find the plugin on GitHub for now:

https://github.com/octalmage/wp-travis

I’ll probably release it on WordPress.org after some more testing. File an issue on GitHub if you run into any issues!



Powered by Gatsby and WordPress.