Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Syncing a Website With Github Reply To: Syncing a Website With Github

#197417
Alen
Participant

Do you have SSH access to your server?

This is my workflow with Digital Ocean server and Git (GitHub)

  • Commit changes locally
  • Push them to Github
  • SSH into my server
  • Run git pull

You can also set up automatic deploy.