meow-deploy 0.0.7 → 0.0.8

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.
@@ -31,6 +31,12 @@ module MeowDeploy
31
31
  abort "Make sure to set :default_environment to have PATH include rbenv like this: \n#{env.inspect}"
32
32
  end
33
33
  end
34
+
35
+ after 'deploy:setup' do
36
+ _cset(:god_sites_path) { "/home/#{user}/sites/god" }
37
+
38
+ run "mkdir -p #{god_sites_path}"
39
+ end
34
40
 
35
41
  namespace :god do
36
42
  desc "Reload god config"
@@ -1,3 +1,3 @@
1
1
  module MeowDeploy
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: meow-deploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kristjan Rang