0

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?

Community
  • 1
  • 1
jviotti
  • 17,881
  • 26
  • 89
  • 148
  • I think not coz, bootstrap page on github page is just a customized github page. see this for more info: http://pages.github.com/ – uday Sep 04 '12 at 18:09

1 Answers1

0

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

Community
  • 1
  • 1
mguymon
  • 8,946
  • 2
  • 39
  • 61