Automatic Deployment with GitHub on Any Server Instance without GitHub workflow or SSH
A guide on how to deploy an application on any kind of virtual server instance without the use of SSH and GitHub actions.
This article aims to propose a solution for those who are using virtual servers to host their sites, servers, etc. The main goal is to explain and show how one would deploy their application on any kind of virtual server instance without the use of SSH and GitHub actions.
Deploying a site via ssh through GitHub actions or workflow can be tricky and complicated sometimes, Recently I was going through something and was unable to figure out a way to deploy my application to the server via my GitHub, and every time I had to pull the build to my server manually to update the changes I had, which is very time consuming and not efficient so I had to do come up with a solution
Interesting huh? We are slowly moving away from Medium.
[ new link for the article ] : Automatic Deployment with GitHub on Any Server Instance without GitHub workflow or SSH (rajaosama.me)