continuous deployment with github pages and GAE python
- by BPm
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…