Commit 689ce8cc5e21cdffb925b3611a1265734649bb28
1 parent
a8142d58
Exists in
colab
and in
4 other branches
New fix to deploy script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.rb
... | ... | @@ -47,7 +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_gayekeeper.yml')} #{File.join(release_path, 'config/kalibro_gatekeeper.yml')}" | |
50 | + execute "ln -s #{File.join(deploy_to, 'shared', 'config/kalibro_gatekeeper.yml')} #{File.join(release_path, 'config/kalibro_gatekeeper.yml')}" | |
51 | 51 | end |
52 | 52 | end |
53 | 53 | ... | ... |