Is there a way that I can use my github repo's latest master branch version on my website?
Basically, I want my website (fooscript.com/zombie/) (Notice the directory!) to use my github code instead of me pushing my repo, and then FTPing the files into my host, that way I can just push my tested code and boom, it's already live.
I looked into github pages and CNAME
but I don't think that's what I want. (http://blog.teamtreehouse.com/using-github-pages-to-host-your-website)