Commit a8e4a5ac66d9b057d7b989d8164595b647cc2feb

Authored by Luke Baker
1 parent 9cf07f32

add symlink to redis.yml in deploy hook

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
deploy/before_migrate.rb 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +if FileTest.exists?("#{shared_path}/config/redis.yml")
  2 + run "ln -nfs #{shared_path}/config/redis.yml #{release_path}/config/redis.yml"
  3 +end
... ...