From d079a76e4ff799d2051a7214897a7840e0a14f83 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 18 Aug 2015 15:30:00 -0700 Subject: added provider.json file. --- config/deploy.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/deploy.rb b/config/deploy.rb index d4f50e5..445ac83 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -18,6 +18,8 @@ namespace :leap do on roles(:all) do |host| execute "rm -f #{current_path}/public/code" execute "ln -s /var/www/redmine/public #{current_path}/public/code" + #execute "mkdir -p /var/www/redmine/public/themes/leap/stylesheets" + #execute "ln -s #{current_path}/public/assets/redmine/application.css /var/www/redmine/public/themes/leap/stylesheets/application.css" end end end @@ -27,6 +29,7 @@ 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