DEV Community

Cover image for How to use GitHub Actions to build, test, and deploy your Laravel application
Owen Conti 🇨🇦
Owen Conti 🇨🇦

Posted on • Originally published at owenconti.com

How to use GitHub Actions to build, test, and deploy your Laravel application

GitHub Actions is GitHub's take on a CI/CD platform. In this series, we'll learn how we can utilize GitHub Actions to build, test, and deploy Laravel applications.

Top comments (1)

Collapse
 
ryan1 profile image
ryan • Edited

Great video, but as a long term solution, this sounds like a high maintenance choice. I'd recommend using Envoyer + Forge if you want to save time, or you don't have the time to even spend on a CI pipeline.