Deploy to Digital Ocean droplet from Github Action – Should I leave the SSH port open for future deployments?
I’m going to a deploy a web app (angular static frontend and node backend in docker) to digital ocean droplet. Deployment is done from Github Action by essentially loging via SSH to the droplet and pulling code from Github, spining up dock… Continue reading Deploy to Digital Ocean droplet from Github Action – Should I leave the SSH port open for future deployments?