harness-drone/pkg
Anton Lindström 4d71643214 implement git deploy method
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
2014-02-11 19:23:15 +00:00
..
build setting ACL correctly in S3 code 2014-02-10 03:02:10 -07:00
channel initial public commit 2014-02-07 03:10:01 -07:00
database package for database migrations 2014-02-10 03:03:22 -07:00
handler Show an inline error if the wrong password is given when deleting a repo 2014-02-09 20:09:42 -06:00
mail initial public commit 2014-02-07 03:10:01 -07:00
model initial public commit 2014-02-07 03:10:01 -07:00
plugin implement git deploy method 2014-02-11 19:23:15 +00:00
queue Defer updateGitHubStatus so that it reports errors that occur before the build begins 2014-02-09 19:06:16 -06:00
template Show an inline error if the wrong password is given when deleting a repo 2014-02-09 20:09:42 -06:00