Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ainame/github-daily_deploy

CLI tool for daily deployment workflow by github flow which have production branch.
https://github.com/ainame/github-daily_deploy

Last synced: 2 days ago
JSON representation

CLI tool for daily deployment workflow by github flow which have production branch.

Awesome Lists containing this project

README

        

# Github::DailyDeploy

github-daily_deploy is the support tools for github flow team's daily deployment.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'github-daily_deploy'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install github-daily_deploy

## Usage

```
$ export GITHUB_ACCESS_TOKEN=XXXXX
$ github-daily_deploy --root_dir="/home/deploy/" \
--repository="ainame/github-daily_deploy"\
--deploy_branch="production"\
--title="今日のリリース差分だよ٩(๑❛ᴗ❛๑)۶"
```

## Contributing

1. Fork it ( https://github.com/[my-github-username]/github-daily_deploy/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

## See

* http://d.hatena.ne.jp/naoya/20140502/1399027655
* http://qiita.com/r7kamura/items/5e7b9c27693bcc4a5a39