Push code from GitHub to (suppose) GoDaddy automatically [closed]

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.

Answer

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

Attribution
Source : Link , Question Author : rad , Answer Author : Sven

Leave a Comment