4d71643214
This commit implements the git deploy method. This is basically a copy of the Heroku deploy method except it uses a target instead of an app. The target can be anything that git accepts as a url. An example of deploy using git can be: deploy: git: target: git@example.com:myapp.git |
||
---|---|---|
.. | ||
appfog.go | ||
cloudcontrol.go | ||
cloudfoundry.go | ||
deployment.go | ||
engineyard.go | ||
git.go | ||
heroku.go | ||
nodejitsu.go | ||
openshift.go | ||
ssh.go |