https://github.com/paulkinlan/vercel-post-deploy-webhook
https://github.com/paulkinlan/vercel-post-deploy-webhook
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulkinlan/vercel-post-deploy-webhook
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2022-11-25T19:13:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T08:55:54.000Z (over 2 years ago)
- Last Synced: 2025-04-01T16:59:26.017Z (about 2 months ago)
- Language: TypeScript
- Homepage: vercel-post-deploy-webhook.vercel.app
- Size: 731 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vercel Post Deploy Web Hook
This is a simple Vercel Integration that will let you configure custom webhooks for deployment related events for each of your projects.
Once installed you can add it to your organisation or projects in Vercel and then configure a webhook endpoint of your choice that will be called with a `HTTP POST`.
It is not published in the Vercel Integration Marketplace and I don't intend to launch it as a product. It should be a feature of the platform (ihmo).
## Why?
Vercel doesn't offer the ability for a project to configure a webhook for any of the project related events that happen (such as Deploy Successful). Integrations can register for these, so I needed to build an Integration.
This project can serve as inspiration for building your own should you need to automate anything one once a project is deployed.
## Set up
1. You need to use Firebase Firestore to store the configuration.
2. You need to deploy this integration on Vercel
3. You need to set up a Marketplace entry so that you can add it to your projects
4. You need to configure the webhooks that you want to handle.