blue 0.0.22 → 0.0.23

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.
data/lib/blue/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Blue
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
@@ -15,7 +15,7 @@ module Blue
15
15
  end
16
16
  end
17
17
 
18
- after 'local_config:upload_and_symlink', 'blue:apply_manifest'
18
+ after 'deploy:finalize_update', 'blue:apply_manifest'
19
19
  after 'deploy:migrate', 'blue:verify_db'
20
20
  after "deploy:update", "deploy:cleanup"
21
21
  end
@@ -49,7 +49,7 @@ Symlinks uploaded local configurations into the release directory.
49
49
  end
50
50
  end
51
51
 
52
- after 'bundle:install', 'local_config:upload_and_symlink'
52
+ after 'deploy:update_code', 'local_config:upload_and_symlink'
53
53
  end
54
54
  end
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: