Integrating Private GitHub Repositories with a VPS Server
Make a Github repo, and push the code to the repo.
Login to the server by SSH
Check if git is installed or not at the server, if not
sudo apt update
sudo apt install git
Generate an SSH key on the VPS server,
To establish a secure con...
blog.nishant.lol2 min read