eb_deployer 0.5.1.beta3 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
@@ -121,8 +121,8 @@ module EbDeployer
|
|
121
121
|
private
|
122
122
|
|
123
123
|
TIERS = [
|
124
|
-
{:name=>"Worker", :type=>"SQS/HTTP"
|
125
|
-
{:name=>"WebServer", :type=>"Standard"
|
124
|
+
{:name=>"Worker", :type=>"SQS/HTTP"},
|
125
|
+
{:name=>"WebServer", :type=>"Standard"}
|
126
126
|
]
|
127
127
|
|
128
128
|
def get_environment_attribute(app_name, env_name, attribute)
|
@@ -30,15 +30,13 @@ common:
|
|
30
30
|
# name will be thoughtworks.simple.packages. Default to application name.
|
31
31
|
# package_bucket: my-s3-bucket
|
32
32
|
|
33
|
-
# If phoenix mode is turned
|
34
|
-
# beanstalk environment and recreate
|
35
|
-
# deployment it
|
33
|
+
# If phoenix mode is turned on, it will terminate the old elastic
|
34
|
+
# beanstalk environment and recreate on deploy. For blue-green
|
35
|
+
# deployment it terminates the inactive environment first then
|
36
36
|
# recreate it. This is useful to avoid configuration drift and
|
37
|
-
# accumulating state on the ec2 instances.
|
38
|
-
#
|
39
|
-
#
|
40
|
-
# you override it to 'on' for production environment.
|
41
|
-
# phoenix_mode: false
|
37
|
+
# accumulating state on the ec2 instances. Default is off but we recommend
|
38
|
+
# it to be turned on for production environment.
|
39
|
+
# phoenix_mode: off
|
42
40
|
|
43
41
|
# The tags you would like to be associated with your resources.
|
44
42
|
# These tags will only be used when you first launch an environment. If you are using
|
data/lib/eb_deployer/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eb_deployer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.2
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- wpc
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-05-
|
13
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: aws-sdk-v1
|
@@ -120,9 +120,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
121
|
none: false
|
122
122
|
requirements:
|
123
|
-
- - ! '
|
123
|
+
- - ! '>='
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version:
|
125
|
+
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
128
|
rubygems_version: 1.8.23
|