summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-18 15:30:00 -0700
committerelijah <elijah@riseup.net>2015-08-18 15:30:00 -0700
commitd079a76e4ff799d2051a7214897a7840e0a14f83 (patch)
tree5701a8cdbaed954b216e781bf72b35b2b4aca9fb /config
parent6ae1f2bca303dd303ee147dd737b5055ffbddce3 (diff)
added provider.json file.
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb3
1 files changed, 3 insertions, 0 deletions
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