I’m developing a Java+Angular application using git flow, I want to test/deploy any commits to the master repo to a droplet in DO. I’ve read an article here about it but it’s not clear. In Gitlab you can write a yaml file with the needed configuration, but I fail to know which configuration is needed to automate these tasks. Thanks in advance!
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, @amatosg
I would recommend the same article as per @X40C reply. I will also recommend you to check: https://www.digitalocean.com/community/tutorials/how-to-set-up-continuous-integration-pipelines-with-gitlab-ci-on-ubuntu-16-04
for continuous integration pipelines with GitLab CI
Regards, Alex
Maybe something like This can help?