Possible Duplicate:
Automatically Deploy From GitHub To Server On Push
is there a way to deploy a rails app hosted on github directly from github? without depending on services like heroku or openshift… as I have to push de git repositorie also to that servers.
Look bootstrap webpage, look, its hosted under a github domain: Boostrap
Is there a way to deploy master branch of a project like that? at least a html+css+js webpage…?
Or any service that sync automatically with github git project so I dont have to push to both servers everytime?
The Twitter Bootstrap site is a Github Pages site that uses the gh-pages branch from the Twitter Bootstrap repo. There is no automatically deployment, it is all hosted from Github.
As to automatically deploying from Github, I would look at this answer:
Automatically Deploy From GitHub To Server On Push