Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement feature git deploy #52

Merged
merged 2 commits into from
Feb 11, 2014

Conversation

antonlindstrom
Copy link

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: [email protected]:myapp.git

Would be awesome if a second pair of eyes could look at the code so it looks alright.

Thanks!

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: [email protected]:myapp.git
Adds Git to the deployment list in deployment.go to actually be used by drone.
@scottferg
Copy link

+1 LGTM

bradrydzewski added a commit that referenced this pull request Feb 11, 2014
@bradrydzewski bradrydzewski merged commit 0c36b42 into harness:master Feb 11, 2014
@antonlindstrom
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants