Skip to content

nateconley/wp-trigger-netlify-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Trigger Netlify Build - WordPress Plugin

This plugin allows you to trigger a Netlify build with the click of a button within the WordPress Dashboard.

Setup

  1. Follow the Netlify instructions to create a "Build hook" for your Netlify site: https://docs.netlify.com/configure-builds/build-hooks/
  2. Copy the URL value
  3. Open up your site's wp-config.php file
  4. Create a new constant called NETLIFY_BUILD

define('NETLIFY_BUILD', 'https://api.netlify.com/build_hooks/xxxxxxxxx');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published