lib/capistrano/tasks/middleman.rake in capistrano-middleman-0.1.4 vs lib/capistrano/tasks/middleman.rake in capistrano-middleman-0.1.5
- old
+ new
@@ -53,11 +53,11 @@
upload!(archive_file, tmp_file)
# umask = capture('umask')
# debug "umask on remote system #{host} is #{umask}"
- execute :unzip, tmp_file, '-d', release_path
+ execute :unzip, '-o', tmp_file, '-d', release_path
execute :rm, '-f', tmp_file
end
end
desc 'Cleaning up deploy'
@@ -69,6 +69,5 @@
after 'deploy:finished', 'middleman:clean'
task :check
task :set_current_revision
end
-