meow-deploy 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module Meow
|
|
14
14
|
|
15
15
|
def self.load_into(capistrano_config)
|
16
16
|
capistrano_config.load do
|
17
|
-
before(
|
17
|
+
before(Integration::TASKS) do
|
18
18
|
_cset(:rbenv) { "/home/#{user}/.rbenv/bin/rbenv" }
|
19
19
|
_cset(:god_sites_path) { "/home/#{user}/sites/god" }
|
20
20
|
_cset(:god_app_path) { "#{current_path}/config/god.conf" }
|
data/lib/meow-deploy/version.rb
CHANGED