Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doreybenjamin/wp-webhook-vercel-deploy
WP Plugin that adds functionality to easily send Vercel Webhook requests
https://github.com/doreybenjamin/wp-webhook-vercel-deploy
astro deploy-tool deployment-automation gatsby headless-cms headless-wordpress jamstack nextjs vercel webhook wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
WP Plugin that adds functionality to easily send Vercel Webhook requests
- Host: GitHub
- URL: https://github.com/doreybenjamin/wp-webhook-vercel-deploy
- Owner: doreybenjamin
- License: gpl-3.0
- Created: 2024-01-15T09:31:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T11:21:38.000Z (about 1 year ago)
- Last Synced: 2024-03-15T13:22:17.893Z (11 months ago)
- Topics: astro, deploy-tool, deployment-automation, gatsby, headless-cms, headless-wordpress, jamstack, nextjs, vercel, webhook, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## WP Webhook Vercel Deploy
Based on the WordPress Plugin [WP Netlify Webhook Deploy](https://github.com/lukethacoder/wp-webhook-netlify-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](https://github.com/doreybenjamin/wp-webhook-vercel-deploy/releases)
- Login to your WordPress site and go to Plugins -> Add new -> Upload plugin
- Locate the .zip file on your machine, upload and activateComposer
```bash
composer require doreybenjamin/wp-webhook-vercel-deploy
```
## Configuration- Vercel Deploy Hook: [How to create deploy Hook on Vercel](https://vercel.com/docs/deployments/deploy-hooks)
- Vercel Project ID
- Vercel API Key: [How to create an Access Token on Vercel](https://vercel.com/docs/rest-api#authentication)
- If the project is in Team make Default Team your team group in Account Settings## Informations
Please check out the [Webhook Netlify Deploy documentation](https://github.com/lukethacoder/wp-webhook-netlify-deploy) for more information..