summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-18 16:19:18 -0700
committerelijah <elijah@riseup.net>2015-08-18 16:19:18 -0700
commit367c894ee14540d207ddb3715f913491a859aa4b (patch)
tree5cc54e304505fbd01274e1b7ec17c2bfd5106000 /config
parentd079a76e4ff799d2051a7214897a7840e0a14f83 (diff)
fix cap deploy
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