capistrano3-autoscaling-deploy 0.9 → 1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/capistrano/autoscaling_deploy/version.rb +1 -1
- data/lib/capistrano/tasks/autoscaling.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjhiOThhOGRiZWRmNmY3NThhY2IzMmMwNDcyYmZjZjkyMGQzYzZmYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjQ2ZTQ5MWFiZWQzZDkzMDQ0MmJkMzk1YTY2ZWQ5NzY3ZjhjYzM3Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjA2Y2JjODdmZjJmOWY3NmQxZTIzMjE4NTE4NTk4ZWVkMTJiNmU0YTZlMjg3
|
10
|
+
NzRkZDEzYjVhOTA5MTJlYTA2ZmE0MjkxOWJhZmQzMjQwNjg4OGZkN2E0MmM2
|
11
|
+
M2YyOTc2YTk5OGM2ZmI5ODEyZGNkZTc3MzJjMWI5OTQ2NTI4OTg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTlhZjliN2QzOWU2MmJlZmUxZGFmMDIwNmVhZWFkN2FlNzE0NmZlZWZhMTk3
|
14
|
+
MTc1MmU5NDc5ZDVlOGMzY2Y4MjQwYjYwZjdhNGRjZDEwZDIzNGJmYWM3YmQ4
|
15
|
+
YzBkMTc5ZjAzMmNkNDVlMDIxYjg1M2Q5YmIxZGJlZmQxN2QxZGM=
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -70,7 +70,7 @@ server ip_address3, :app, :web
|
|
70
70
|
|
71
71
|
## Contributing
|
72
72
|
|
73
|
-
1. Fork it ( http://github.com
|
73
|
+
1. Fork it ( http://github.com/mchicote/capistrano3-autoscaling-deploy/fork )
|
74
74
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
75
75
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
76
76
|
4. Push to the branch (`git push origin my-new-feature`)
|
@@ -26,7 +26,7 @@ namespace :autoscaling_deploy do
|
|
26
26
|
|
27
27
|
ec2_instances.each {|instance|
|
28
28
|
if ec2_instances.first[0] == instance
|
29
|
-
server instance, user: aws_deploy_user, roles: aws_deploy_roles
|
29
|
+
server instance, user: aws_deploy_user, roles: aws_deploy_roles, primary: true
|
30
30
|
# info("First Server: #{instance} - #{aws_deploy_roles}")
|
31
31
|
else
|
32
32
|
server instance, user: aws_deploy_user, roles: sanitize_roles(aws_deploy_roles)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano3-autoscaling-deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0
|
4
|
+
version: '1.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcos Chicote
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|