1 posts in total

Forge

Posts tagged

Zero-downtime deployments with Laravel Forge, Nuxt and PM2 on Nginx

by Zak ยท 8 min read

I have a project that's using Nuxt 3 with the "static" build, that I used to deploy on a cheap VPS which was serving the static files. It's a nice setup, very SEO-friendly and blazing-fast, although I wanted to leverage some of Nuxt's SSR features and streamline the deployments p ...