Skip to content

Commit

Permalink
add symlink to redis.yml in deploy hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Jan 27, 2011
1 parent 9cf07f3 commit a8e4a5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/before_migrate.rb
@@ -0,0 +1,3 @@
if FileTest.exists?("#{shared_path}/config/redis.yml")
run "ln -nfs #{shared_path}/config/redis.yml #{release_path}/config/redis.yml"
end

0 comments on commit a8e4a5a

Please sign in to comment.