Commit 0b38fc0a6a199a9628e2357ea88163c2eb01a269
1 parent
b0c97d97
Exists in
colab
and in
4 other branches
Fix to kalibro configuration file loading and deploy
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
config/deploy.rb
| ... | ... | @@ -46,6 +46,7 @@ namespace :deploy do |
| 46 | 46 | before :compile_assets, :config_symlinks do |
| 47 | 47 | on roles(:web) do |
| 48 | 48 | execute "ln -s #{File.join(deploy_to, 'shared', 'config/database.yml')} #{File.join(release_path, 'config/database.yml')}" |
| 49 | + execute "ln -s #{File.join(deploy_to, 'shared', 'config/kalibro.yml')} #{File.join(release_path, 'config/kalibro.yml')}" | |
| 49 | 50 | end |
| 50 | 51 | end |
| 51 | 52 | ... | ... |