seagyn/wp-buildhook-deploy

There is no license information available for the latest version (0.9.2) of this package.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 28

Type:wordpress-plugin

0.9.2 2019-09-24 12:59 UTC

This package is auto-updated.

Last update: 2024-04-24 23:23:28 UTC


README

This plugin was formerly know as "LittleBot Netlify". It was renamed to avoid confusion as it can be used to trigger build hooks at, say, AWS Amplify, GitHub or any service that provides a WebHook – not just Netlify.

Connect your WordPress website to Netlify (or any service that provides a buildhook) by triggering stage and or production build hooks on post save and or update. This plugin is not tied to Netlify, you can connect other CI systems with webhooks enabled like CircleCI, Travis, AWS Amplify, etc.

Installation

  • Download or clone repository
  • Move wp-buildhook-deploy to your plugins directory or zip and upload
  • Activate plugin
  • Add at least one buildhook URL to the setings page Settings > WP BuildHook Deploy

Using Netlify? (It's awesome BTW)

  • Create at least one site at Netlify
  • Create a build hook for each site (or just one if you're just using one site)
  • Add build hook to the Settings > WP BuildHook Deploy
  • Your WordPress site will call your build hook(s) when publishing, updating or deleting a post

Gatsby + WordPress + Netlify Starter

Gatsby + WordPress + Netlify Starter is a plug and play starter to get up and running with continuous deployment from your WordPress site to Netlify with Gatsby.

Gatsty + WordPress + Live Previews

Checkout this Gatsby theme. This could also be used with this plugin to publish to Netlify, AWS Amplify etc when publishing/updating/deleting/etc WordPress Posts/pages.

Q & A

Q Do you need two sites at Netlify?

A No. This plugin will call your build hook and build your Gatsby (or whatever) site no matter what. The starter mentioned above facilitates a two environment Gatsby set up but other than that, this plugin is totally front end agnostic and you could just as easy trigger one build hook by only adding one build hook URL.

Q Does this plugin support Gutenberg?

A This plugin supports both GutenLOVERS and GutenHATERS. How? It supports Gutenberg as that is what the WordPress editing experience is now. Don't like Gutenberg? This plugin also supports the Classic Editor.

Q Can I use this plugin with other similar system to Netlify like for example AWS Amplify?

A YES. You can use a CI like Amplify, Circle, Travis etc. Depending on what you are trying to do, the plugin may still work as it just calls a webhook URL with some logic around various publishing hooks.