Skip to content
Snippets Groups Projects
Commit 68399be6 authored by Raphael Sofaer's avatar Raphael Sofaer
Browse files

Deploy correct symlink for config file

parent b3cbe0a3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ set :deploy_via, :checkout
namespace :deploy do
task :symlink_config_files do
run "ln -s -f #{shared_path}/config/database.yml #{current_path}/config/database.yml"
run "ln -s -f #{shared_path}/config/app.yml #{current_path}/config/app.yml"
run "ln -s -f #{shared_path}/config/application.yml #{current_path}/config/application.yml"
run "ln -s -f #{shared_path}/config/oauth_keys.yml #{current_path}/config/oauth_keys.yml"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment