Clicking my DotCloud code from cloud9ide.com

I encode cloud9ide which pushes to github . Then I post it on dotcloud . I am trying to see if there is any way to get my code to deploy to dotcloud when I having to do an extra round pulling it to the local computer and launching my command line tool.

Now my workflow is this:

cloud9ide -> github

$ git pull
github -> local

$ dotcloud push project.www .
local -> dotcloud

Is there any way to skip the last step and push it automatically in dotcloud? Reading their documentation suggests I can't directly click on them using .

+5
2

git DotCloud ( , CLI DotCloud ); ( git).

post-receive github. - (, DotCloud). git dotcloud push.

DotCloud, , github; .

+4

:

  • , , /.
  • , Git push- DotCloud CLI , Jenkins ( Hudson) ..
0

All Articles