Commit graph

4 commits

Author SHA1 Message Date
Brad
ce44ddfeca pushing my local branch 2014-06-04 14:25:38 -07:00
Alex Suraci
5ce081ba72 git deploy pushes to given branch (default master)
Signed-off-by: David Varvel <dvarvel@pivotallabs.com>
2014-03-12 10:25:35 -07:00
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
Brad Rydzewski
d5e5797934 initial public commit 2014-02-07 03:10:01 -07:00