-9

Not sure if this is the correct StackExchange site to post this question. Please guide me accordingly if otherwise.

Assume that I got the code from my programmers and I reviewed it and pushed it to GitHub. Now, is there a way to have it automatically pushed to the live site hosted at (suppose) GoDaddy?

Any suggestions are very much welcomed.

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
rad
  • 101
  • 5
  • If you downvote, please have the courtsey to mention `why?` – rad Jan 08 '15 at 09:10
  • 1
    I'm not the one who downvoted you, however I'm pretty sure this is being downvoted because it's not really a problem / resolution scenario. You're asking us to do your research and find a product or a service fitting your needs. Which isn't what serverfault is for. – Reaces Jan 08 '15 at 09:16
  • 4
    Mouse over the down arrow; the popup says "*This question does not show any research effort; it is unclear or not useful*". Downvotes without comment may be presumed to be for at least one of those reasons. – MadHatter Jan 08 '15 at 12:40
  • 3
    I'm voting to close this question as off-topic because it really has nothing to do with system administration. Also, I wanted to show krisFR a custom close reason. – Ward - Reinstate Monica May 20 '15 at 04:02

1 Answers1

4

You can just pull it from GitHub on your servers, e.g. with a cron job.

Sven
  • 97,248
  • 13
  • 177
  • 225