Capistrano::Rtrack

Send capistrano deploy info to Rocket Tracker

Sinse Rocket Tracker is our internal task tracker app and is not available publically yet, this gem is of no use to you unless you know what's it for :)

Installation

Add this line to your application's Gemfile:

gem 'capistrano-rtrack', require: false

require: false part is important

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-rtrack

Add to Capfile:

require 'capistrano/rtrack'

Add project id to deploy.rb:

set :rtrack, 'project-slug-from-rtrack'

Usage

Перед подключением этого гема НЕОБХОДИМО привязать проект к гитлабу и загрузить начальный список коммитов.

Contributing

  1. Fork it ( https://github.com/rs-pro/capistrano-rtrack/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 a new Pull Request