Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Update deploy symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Jan 18, 2011
1 parent 9135ed5 commit ea89648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
namespace :app do
desc "Make symlinks"
task :symlinks do
run "ln -nfs #{shared_path}/monitrc #{current_path}/monitrc"
run "ln -nfs #{shared_path}/monitrc #{current_path}/"
run "ln -nfs #{shared_path}/config/database.yml #{current_path}/config/database.yml"
run "ln -nfs #{shared_path}/config/settings.yml #{current_path}/config/settings.yml"
end
Expand Down

0 comments on commit ea89648

Please sign in to comment.