Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 835 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 835 Bytes

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!