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

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #197338
    Wayde Shepard
    Participant

    Is it possible to sync files from a live server to 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.

    #197418
    Wayde Shepard
    Participant

    Im with Ipage, and they don’t allow ssh access for security reasons.

    #197475
    Alen
    Participant

    but the last step should not be. When your production environment changes, it should always have been deliberate and intentional.

    This 100%.

    #197502
    Wayde Shepard
    Participant

    …Which is marketing lingo for “we are too dumb and you ought to be hosting somewhere else.” You can get a VPS instance for as little, or even less, than most shared hosting plans (e.g., digitalocean starts at $5/mo).

    Got that correct, thanks for the advice. I’ll be making the switch to digital ocean pretty soon. Thanks for all the help everyone! :)

    #197506
    Wayde Shepard
    Participant

    To be clear, I was using digitalocean as an example. I’m not promoting them specifically; you should do your due diligence and choose what is best for you.

    I am a happy customer, though. : )

    They have exactly what I’m looking for. Thanks again.

    #197817
    Robby
    Participant
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Other’ is closed to new topics and replies.