Use GitHub Actions to Deploy to Vercel (Preview & Production Deployments)

Use GitHub Actions to Deploy to Vercel (Preview & Production Deployments)

In this video, I'll show you how to use #GitHubActions to deploy an Angular application to #Vercel. We will do production deployments as well as preview deployments for each new feature, which is developed on a separate branch. In addition, we'll include test automation in the pipeline. My GitHub Repository: https://github.com/fbernack/github-ve... 🧑‍💻 Further information: Install Angular CLI | Angular Docs: https://angular.io/guide/setup-local#... 🍿 Chapters: 00:00 Intro 01:12 Setup Angular Project 02:03 Create GitHub Actions 05:44 Config Vercel 07:58 Run the Pipelines 09:06 Add Test Automation