Question
Travis CI integration using git
Is it possible to integrate digital ocean droplets with travis CI
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.
×
Yes, and this is how you do it..
In this project, once a change is committed, a Travis CI build is kicked off, which deploys a Droplet using custom Python script and runs some commands on it using SSH (remotely), checking output from these commands to verify end-to-end functionality.
Hope that helps.
– ab1