Commit de0ca369

mo khan <mo@mokhan.ca>
2014-08-23 15:17:02
link pids, sockets, bundle to shared path.
1 parent 711c1cb
Changed files (1)
config/deploy.rb
@@ -33,6 +33,7 @@ set :linked_files, %w{config/database.yml .env}
 
 # Default value for linked_dirs is []
 # set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
+set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
 
 # Default value for default_env is {}
 # set :default_env, { path: "/opt/ruby/bin:$PATH" }