Articles tagged with "Ci/cd"
← Back to all articlesProduction-grade CI/CD with Next.js/Vercel and GitHub Actions
Apr 24, 2026
A journey into hardening your Next.js deployment pipeline. Learn how to connect GitHub Actions, Vercel Preview Deployments, and Playwright to save time and prevent broken builds from hitting production.
Firebase App Hosting Secrets in apphosting.yaml (Next.js)
Mar 14, 2025
Wire env vars into apphosting.yaml with firebase apphosting:secrets:set and grantaccess for Next.js — including the NEXT_PUBLIC_* exposure trap.
Setting Up CI/CD for Firebase Functions Using GitHub Actions
Mar 11, 2025
In this article, I'll share a minimalist yet effective GitHub Actions workflow for deploying Firebase Functions, along with setup instructions and solutions for common issues you might encounter.