before_migrate.rb 140 Bytes Edit Raw Blame History 1 2 3 if FileTest.exists?("#{shared_path}/config/redis.yml") run "ln -nfs #{shared_path}/config/redis.yml #{release_path}/config/redis.yml" end