Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 784 Bytes

lita-github-deploy

Build Status Coverage Status

GitHub Flow via Lita.

Installation

Add lita-github-deploy to your Lita instance's Gemfile:

gem 'lita-github-deploy'

Configuration

Lita.configure do |config|
  config.handlers.github_deploy.access_token = 'myaccesstoken'
  config.handlers.github_deploy.apps = {'myapp' => {repo: 'testuser/myapp'}}
end

Usage

Lita: deploy myapp
Lita: deploy myapp#mybranch to staging