3 apps full CI/CD with Docker-compose + GitHub Actions + DigitalOcean
My source code repo is hosted on GitHub and I'm wondering how to implement a CI/CD github actions pipeline for testing, build and deploy of my MERN application to DigitalOcean. I have admin_frontend, user_frontend, backend folders in the root. What…