slightly less failing test suite but removing the annoying 404 failures

This commit is contained in:
2016-07-04 08:41:38 +02:00
parent 780332f6de
commit 1d52e78c65
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ namespace :deploy do
#end
#end
rsync_host = host
run_locally { execute "rsync -av --delete --ignore-times ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
run_locally { execute "rsync -azv --delete --ignore-times ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
#run_locally { execute "rsync -av ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
execute :chown, "-R www-data:www-data", shared_path.join('public/assets/')