Change deploy naming

This commit is contained in:
2015-02-11 17:42:20 +01:00
parent 87a93fe7f8
commit 2204eb6f93
+2 -2
View File
@@ -60,7 +60,7 @@ namespace :deploy do
end
end
task :update_cached_copy do
task :update_remote_cache do
on roles(:app), in: :sequence, wait: 5 do
within shared_path.join('cached-copy') do
execute :git, :pull
@@ -73,7 +73,7 @@ namespace :deploy do
end
after :publishing, :restart do
update_cached_copy
update_remote_cache
end
after :restart, :clear_cache do