Project

lobstr

0.0
No commit activity in last 3 years
No release in over 3 years
deployments so easy, even a zoidberg can do it
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.4
~> 3.4
~> 0.12
~> 0.9
~> 0.9.2
~> 0.9

Runtime

~> 1.6
~> 2.5
~> 1.3
~> 0.16
 Project Readme

Lobstr

why not lobstr?

deployments so easy, even a zoidberg can do it.

Project Status

  • Build: Build Status
  • Dependencies: Dependency Status
  • Code Quality: Code Climate

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