https://github.com/hoshinotsuyoshi/codedeploy_retry_if_needed
https://github.com/hoshinotsuyoshi/codedeploy_retry_if_needed
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoshinotsuyoshi/codedeploy_retry_if_needed
- Owner: hoshinotsuyoshi
- License: mit
- Created: 2016-06-08T01:47:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T10:51:52.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T04:13:26.479Z (2 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CodedeployRetryIfNeeded
Retry AWS codedeploy deployment if needed.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'codedeploy_retry_if_needed'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install codedeploy_retry_if_needed
## Usage
```sh
$ DEPLOYMENT_ID="d-xxxxx" \
GITHUB_LOGIN="xxxxxxxxx" \
GITHUB_ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxx" \
codedeploy_retry_if_needed
```## Note
Supports only "Deployment Config: `CodeDeployDefault.OneAtATime`"
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).