Lobstr

Build Status

deployments so easy, even a zoidberg can do it.

why not lobstr?

Installation

Add this line to your application's Gemfile:

gem 'lobstr'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lobstr

Usage

$ lob deploy branch@environment

Since deploy is the default task, Lobstr supports additional syntax to save your typing fingers:

# without branch or @ (requires task name though), currently defaults to "master"
$ lob deploy production

# without task name, but full branch and environment
$ lob branch@environment

# without task name or environment, currently defaults to "production"
$ lob branch@

# without task name or branch, currently defaults to "master"
$ lob @producuction

# without any input, currently defaults to "master@production"
$ lob

Configuration

Coming soon

Contributing

  1. Fork it
  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