Commit 444ceb656d6e89f781b76bc4873411e96807f7b7
1 parent
d0e696d4
Exists in
colab
and in
4 other branches
Deployments adjusts
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
.ruby-gemset
config/deploy.rb
| ... | ... | @@ -47,8 +47,7 @@ namespace :deploy do |
| 47 | 47 | before :compile_assets, :config_symlinks do |
| 48 | 48 | on roles(:web) do |
| 49 | 49 | execute "ln -s #{File.join(deploy_to, 'shared', 'config/database.yml')} #{File.join(release_path, 'config/database.yml')}" |
| 50 | - execute "ln -s #{File.join(deploy_to, 'shared', 'config/kalibro_gatekeeper.yml')} #{File.join(release_path, 'config/kalibro_gatekeeper.yml')}" | |
| 51 | - execute "ln -s #{File.join(deploy_to, 'shared', 'config/kalibro_processor.yml')} #{File.join(release_path, 'config/kalibro_processor.yml')}" | |
| 50 | + execute "ln -s #{File.join(deploy_to, 'shared', 'config/kalibro.yml')} #{File.join(release_path, 'config/kalibro.yml')}" | |
| 52 | 51 | end |
| 53 | 52 | end |
| 54 | 53 | ... | ... |