Post Deployment Hook

Creates a webhook listener in WordPress, useful for integrating a post-deployment hook from your build / deployment process

Author:Jared Cobb (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.0
Plugin version:1.0.1
Added to WordPress repository:11-09-2014
Last updated:19-09-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://jaredcobb.com/wordpress-post-deploymen...
Total downloads:943
Active installs:10+
plugin download
Click to start download

If you have a build / deployment process for your site, it's often useful to have a way to execute code in your theme or plugins after you commit or deploy your code changes.

Common uses are

  • Purge the cache after you deploy new theme code (WP Super Cache or W3 Total Cache)
  • After you build your JavaScript/CSS, trigger a backup of the live site
  • Trigger any WordPress hook
  • Run any other plugin or theme code you wish!