summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 445ac83..eb7c618 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -29,7 +29,6 @@ namespace :amber do
on roles(:all) do |host|
within release_path do
execute :amber, 'rebuild'
- execute "cat ${current_path}/pages/.htaccess >> ${current_path}/public/.htaccess"
end
end
end