continuous deployment with github pages and GAE python

Posted by BPm on Stack Overflow See other posts from Stack Overflow or by BPm
Published on 2011-11-22T05:13:21Z Indexed on 2011/11/22 9:51 UTC
Read the original article Hit count: 168

Filed under:
|

I have a site hosted by google app engine. I've pushed all the html files to a github pages repo and what I want to do next is somehow make GAE listen to my github's changes. Like everytime i commit something new, GAE will deploy itself based on the changes. I've heared of drydrop but that was when github pages didn't exist yet.

So what should i do next? I've set up a post-receive url , which is my appspot website, through the github's service hooks, added the CNAME file to my repo which contains my appspot url. Not sure if that's necessary.

I've googled a lot on this but none really answers my question. or I just don't know the right search term for it.

Thanks in advance

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about github