eb_deployer 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
- data/.ruby-version +1 -1
- data/README.md +3 -2
- data/lib/eb_deployer/application.rb +1 -0
- data/lib/eb_deployer/config_loader.rb +1 -0
- data/lib/eb_deployer/version.rb +1 -1
- metadata +17 -13
- checksums.yaml +0 -7
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1.9.3-p484
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# EbDeployer [![Build Status](https://travis-ci.org/ThoughtWorksStudios/eb_deployer.png?branch=master)](https://travis-ci.org/ThoughtWorksStudios/eb_deployer)
|
2
|
-
|
2
|
+
|
3
|
+
[Built with :yellow_heart: and :coffee: in San Francisco](http://getmingle.io)
|
3
4
|
|
4
5
|
Low friction deployments should be a breeze. Elastic Beanstalk provides a great foundation for performing Blue-Green deployments, and EbDeployer add a missing link to automate the whole flow out of box.
|
5
6
|
|
@@ -44,7 +45,7 @@ run deploy
|
|
44
45
|
Then open aws console for Elastic Beanstalk to see the result of this deployment.
|
45
46
|
|
46
47
|
|
47
|
-
###
|
48
|
+
### Configure Smoke Testing your stack
|
48
49
|
|
49
50
|
EB_Deployer allows you to automate your deployment and then some. You can also add smoke tests to your deployment - thus ensuring that the app you deployed is also working correctly.
|
50
51
|
Adding a smoke test suite is also simple. Check "smoke_test" section in your eb_deployer.yml. We show a simple curl based smoke test that helps you test if your app is up and responding to http.
|
data/lib/eb_deployer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eb_deployer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.10
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- wpc
|
@@ -9,20 +10,22 @@ authors:
|
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date:
|
13
|
+
date: 2015-02-08 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: aws-sdk
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
17
19
|
requirements:
|
18
|
-
- -
|
20
|
+
- - ! '>='
|
19
21
|
- !ruby/object:Gem::Version
|
20
22
|
version: 1.33.0
|
21
23
|
type: :runtime
|
22
24
|
prerelease: false
|
23
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
24
27
|
requirements:
|
25
|
-
- -
|
28
|
+
- - ! '>='
|
26
29
|
- !ruby/object:Gem::Version
|
27
30
|
version: 1.33.0
|
28
31
|
description: For automating Blue-Green deployment flows on Elastic Beanstalk.
|
@@ -34,10 +37,10 @@ executables:
|
|
34
37
|
extensions: []
|
35
38
|
extra_rdoc_files: []
|
36
39
|
files:
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
40
|
+
- .gitignore
|
41
|
+
- .ruby-gemset
|
42
|
+
- .ruby-version
|
43
|
+
- .travis.yml
|
41
44
|
- CHANGELOG.md
|
42
45
|
- Gemfile
|
43
46
|
- LICENSE
|
@@ -96,26 +99,27 @@ files:
|
|
96
99
|
homepage: https://github.com/ThoughtWorksStudios/eb_deployer
|
97
100
|
licenses:
|
98
101
|
- MIT
|
99
|
-
metadata: {}
|
100
102
|
post_install_message:
|
101
103
|
rdoc_options: []
|
102
104
|
require_paths:
|
103
105
|
- lib
|
104
106
|
required_ruby_version: !ruby/object:Gem::Requirement
|
107
|
+
none: false
|
105
108
|
requirements:
|
106
|
-
- -
|
109
|
+
- - ! '>='
|
107
110
|
- !ruby/object:Gem::Version
|
108
111
|
version: '0'
|
109
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
|
+
none: false
|
110
114
|
requirements:
|
111
|
-
- -
|
115
|
+
- - ! '>='
|
112
116
|
- !ruby/object:Gem::Version
|
113
117
|
version: '0'
|
114
118
|
requirements: []
|
115
119
|
rubyforge_project:
|
116
|
-
rubygems_version:
|
120
|
+
rubygems_version: 1.8.23
|
117
121
|
signing_key:
|
118
|
-
specification_version:
|
122
|
+
specification_version: 3
|
119
123
|
summary: Low friction deployments should be a breeze. Elastic Beanstalk provides a
|
120
124
|
great foundation for performing Blue-Green deployments, and EbDeployer add a missing
|
121
125
|
top to automate the whole flow out of the box.
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: f1a073192b419d1f4038023db19961eaead9cccd
|
4
|
-
data.tar.gz: 98e09bbee289b68deb90eda81c2a3d20182973a1
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 0660f3e42b7c6adad783d9da1badada1bc8e9096e3c5eef43a38ff952964079bd46fa29c429f86c8da924d01c2d874d86be842445013ec0b1b73c0300b8bd3c8
|
7
|
-
data.tar.gz: 2411acfbc5357ae6ea81df0239373c379999f3ed34d55957e03f30b6ccd0a4c961f1e291c83707a0cef84f1a6883aa71742ef27a40eae5b202e0aa058aeb927e
|