fwenzel / serpent

An Open Web app version of the classic game "snake".
http://fwenzel.github.com/serpent
14 stars 2 forks source link

Push to gh-pages using volo using a post-commit hook (formerly: use gh-pages branch) #15

Open tofumatt opened 12 years ago

tofumatt commented 12 years ago

We should automatically deploy after each push via a post-commit hook that does volo build && volo gh-deploy for us.

(Originally: continuous deployment for the win. We should switch the integration/main branch to gh-pages and ditch master, so whenever we update the app it gets deployed to github pages.)

fwenzel commented 12 years ago

Nice! Though currently it's using volo build && volo ghdeploy, which I think minifies and concats. I can, however, make you a collaborator so you can run that. Whacha think?

tofumatt commented 12 years ago

Oh right, I guess that's fair. I suppose the pie in the sky is "have a post-commit hook that does that for us".