I have a server that I usually SSH into, to work on a website being hosted on that server's IP.
Working through SSH wasn't really efficient for me, especially because I am working with a collaborator, and it made it so that we couldn't work on a file at the same time.
So, I imported the files into my local machine, and connected it to a GitHub repo, and now both the collaborator and I work and push to that GitHub repository.
The website, however, is still hosted on that IP address, and I would like to be able to push the GitHub repository to the server, without having to ssh into the server every time and doing a pull.
Is there any way I can simply push either my local copy or the copy on GitHub to the server that I normally ssh to?