Automate the build and deployment of a Next.js app using GitHub Actions. This repo includes a workflow that triggers on every push, pulls the latest code to a remote server, installs dependencies, builds the app, and manages it with PM2. Secure server configurations are handled via GitHub secrets for a smooth deployment process. -
View it on GitHub