Skip to content

Instantly share code, notes, and snippets.

View jacobwilson41's full-sized avatar
🎯
Focusing

Jacob Wilson jacobwilson41

🎯
Focusing
  • Wildfire Systems, Inc.
  • Boise, Idaho
  • 15:12 (UTC -12:00)
View GitHub Profile
@ky28059
ky28059 / vercel.md
Last active September 22, 2024 12:40
Deploying to Vercel from an organization for free using GitHub actions

This gist was partially inspired by this blog about Next.js Vercel CI with GitHub actions.

The problem

An easy way to deploy and host websites for free is to use GitHub pages. If you've deployed a Next.js project to GitHub pages, you may have used a GitHub action similar to this in the past to automatically redeploy the site when a new commit is pushed:

# gh-pages-merge.yml
name: Deploy to gh-pages on merge
on:
  push: