Is there an easy guide on setting up continuous integration with Github for the NodeJS droplet in Digital Ocean?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
If you would like to use CI/CD with Github you could look into Jenkins and automate your deployment. Here’s a guide on how to set that up:
https://www.digitalocean.com/community/tutorials/how-to-set-up-continuous-integration-pipelines-in-jenkins-on-ubuntu-16-04
Or you could look into GitLab as it comes with a builtin CI/CD pipelines: https://docs.gitlab.com/ee/ci/pipelines.html
Hope that this helps! Regards Bobby