zzdeploy 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -145,7 +145,7 @@ module Commands
145
145
  break if result == 0
146
146
  sleep(6)
147
147
  tries += 1
148
- if tries >= 30
148
+ if tries >= 40
149
149
  # todo decide if we should terminate this instance
150
150
  ec2.create_tags(inst_id, {:state => 'failed_boot' })
151
151
  raise "Not able to establish ssh connection, make sure the security group has the ssh port open."
data/lib/info.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Info
2
2
  def self.version
3
- "0.1.8"
3
+ "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Greg Seitz