manifest / integrations / netlify-rebuild
Netlify Rebuild
WordPress Plugin to trigger Netlify rebuild
by Stephen Greer · github.com/sgreer81/netlify-rebuild · website
★ 22stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sgreer81/netlify-rebuild/archive/refs/heads/master.zipFrom the readme
Netlify Rebuild
A simple WordPress plugin which makes a POST request to a Netlify webhook (or any webhook for that matter) on post save. It only runs if publishing a post for the first time, or updating a published post.
The Netlify webhook should be defines in the WordPress wp-config.php file. Example...
define('NETLIFYWEBHOOK', 'https://api.netlify.com/buildhooks/xxxxxxxxxxx');
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.1.0 | Mar 27, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.