brianmuse / capistrano-github-pullrequests

Deployments for GitHub pull requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capistrano-pullrequests

Deployments for GitHub pull requests

Installation

gem install capistrano-github-pullrequests

Add to Capfile or config/deploy.rb:

require 'capistrano-github-pullrequests'

Usage

:pull_request_number is now an optional configuration. When set, it will deploy the version of the pull request from /refs/pull/:number/merge

About

Deployments for GitHub pull requests

License:MIT License