Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

capistrano/github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now being maintained by @3scale.

Old Readme:

Capistrano::Github

In January 2014 Github Team announced Deployments API and you can use it with Capistrano 3.

Installation

Add this line to your application's Gemfile:

gem 'capistrano-github', github: 'capistrano/github'
gem 'octokit', github: 'octokit/octokit.rb', branch: 'deployments-preview'

And then execute:

$ bundle

Require github tasks and set github_access_token:

# Capfile
require 'capistrano/github'
# deploy.rb
set :github_access_token, '89c3be3d1f917b6ccf5e2c141dbc403f57bc140c'

You can get your personal GH token here

Usage

New deployment record will be created automatically on each cap deploy run.

To see the list of deployments, execute

cap production github:deployments

Contributing

  1. Fork it ( http://github.com//capistrano-github/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages