doreybenjamin / wp-webhook-vercel-deploy
WP Plugin that adds functionality to easily send Vercel Webhook requests
Installs: 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: ^8.0
README
Based on the WordPress Plugin WP Netlify Webhook Deploy.
Description
Easily deploy static sites using Wordpress and Vercel
Build Quickly and easily send webhooks to build your Vercel
Schedule Schedule daily, weekly or monthly builds
Status Check the status of your latest build to see if it was successful without even leaving Wordpress
Installation
You can install WP Vercel Deploy Hooks manually or through Composer
Manually
- Download the plugin as a .zip file from the repository
- Login to your WordPress site and go to Plugins -> Add new -> Upload plugin
- Locate the .zip file on your machine, upload and activate
Composer
composer require doreybenjamin/wp-webhook-vercel-deploy
Configuration
- Vercel Deploy Hook: How to create deploy Hook on Vercel
- Vercel Project ID
- Vercel API Key: How to create an Access Token on Vercel
- If the project is in Team make Default Team your team group in Account Settings
Informations
Please check out the Webhook Netlify Deploy documentation for more information..