I m coding on the cloud9ide, which pushes to github. I then host it on dotcloud. I m trying to see if there s some way I can get my code to deploy onto dotcloud when I push on cloud9ide without doing the extra round of pulling it to my local computer, and running their command line tool.
Right now my workflow is this:
cloud9ide -> github
$ git pull
github -> local
$ dotcloud push project.www .
local -> dotcloud
Is there some way I can skip the last step and auto push it to dotcloud? Reading their documentation suggests I can t directly push to them via git.