Report this

What is the reason for this report?

CI/CD pipeline for Digital Ocean VPS/Droplet

Posted on March 23, 2020

Hi, I have my own droplet on Digital ocean that serves as my portfolio/personal website. I have the source code hosted at my github.com account.

I would like to make a CI-CD pipeline on Azure DevOps, that builds the codebase on Azure (CI) upon a local “git push” command. If successfully built, then it creates a release in the CD pipeline and deploys the code to my website server here on Digital ocean. Thus, I would not need to use the linux SCP commands to transfer my local code to the server anymore with this automated pipeline.

Can anyone point me in the right direction to complete this? any articles are tips? I won’t be deploying any .jar files or anything, its mostly a static HTML/CSS website, so I just want that to get built and deployed to my website server after I run a “git push” command locally in my terminal or IDE…

Can anyone help?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.