Next.js Discord

Discord Forum

Is there any good articles or tutorials on implementing CI/CD of Next App

Unanswered
Siricid woodwasp posted this in #help-forum
Open in Discord
Siricid woodwaspOP
I want to set up CI/CD of my Next application to DigitalOcean droplet using github actions, pm2 as process manager, but cannot find any information on how to do it. Do anyone have something on this topic?

1 Reply

Boston Terrier
https://claritydev.net/blog/automate-deployment-workflow-nextjs-digitalocean-github-actions you could try following along here, although i haven’t tried it. i typically build a docker image and deploy that to something like google cloud run