Wp Vercel Deploy Hooks

screenshot of Wp Vercel Deploy Hooks
gatsby
nextjs

WordPress Plugin to trigger Vercel deploy hooks on command / update

Overview:

WP Vercel Deploy Hooks is a WordPress plugin that allows users to automate the deployment of a static site to Vercel when publishing or updating a WordPress post or page. It also provides the option to manually deploy the Vercel project with the push of a button. This plugin is based on the WP Netlify Webhook Deploy plugin and offers features such as scheduling deploys on a daily or weekly basis.

Features:

  • Deploy on Publish/Update: Automatically deploy your Vercel project when publishing or updating a WordPress post or page.
  • Manual Deployment: Manually deploy your Vercel project with the push of a button.
  • Scheduled Deploys: Schedule deploys on a daily or weekly basis.
  • Compatibility: Supports manual installation or installation through Composer.
  • Easy Setup: Create a Deploy Hook for your Vercel Project to enable the plugin.

Manual Install:

  1. Download the plugin as a .zip file from the repository.
  2. Login to your WordPress site and go to Plugins -> Add new -> Upload plugin.
  3. Locate the .zip file on your machine, upload it, and activate the plugin.

Composer Install:

  1. Include the following code in your project's composer.json file: ""require": { "wp-vercel-deploy-hooks": "dev-master" }"
  2. Run the Composer command composer install/update to include the package in the plugins folder.

Summary:

WP Vercel Deploy Hooks is a useful WordPress plugin that simplifies the process of deploying a static site to Vercel. It offers features such as automatic deployment on publishing or updating WordPress content, manual deployment with a single button push, and scheduled deploys. The plugin can be installed manually or through Composer for added convenience. Overall, it is a handy tool for WordPress users who want to streamline their deployment process to Vercel.

gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.