/Vercel-GitHub-Actions

Actions useful for working with a Vercel-GitHub deployment solution.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Vercel GitHub Actions

In this repository you'll find a default Next.js TypeScript application which can be deployed to Vercel. Nothing fancy... EXCEPT IT HAS GITHUB ACTIONS!

I've been looking at ways to get things like notifications on deployment failures, and possibly other things in the future. These are the GitHub Actions workflows you can find in the repo:

  1. Deployment Failure Notification
    • When Vercel fails to deploy the app, the GitHub action comments on the commit so that you can be notified via GitHub notifications.

Hopefully these can be useful for your GitHub deployments to Vercel!