Any tutorial on doing Docker Auto Deployments to DO?
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.
Hello,
I just came across this question.
You can take a look at this tutorial here on how to set up continuous integration Pipelines with GitLab CI on Ubuntu:
Or if you are interested in using Kubernetes, you could take a look at this tutorial here as well:
Another useful resource is this page here where you could find a lot more CI/CD step by step tutorials:
https://www.digitalocean.com/community/tags/ci-cd
Regards, Bobby
Did you look into using webhooks and handling them on your server using tools like https://github.com/adnanh/webhook or https://www.hookdoo.com/ ?