From 367c894ee14540d207ddb3715f913491a859aa4b Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 18 Aug 2015 16:19:18 -0700 Subject: fix cap deploy --- config/deploy.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3