We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4554c6 commit 9845895Copy full SHA for 9845895
config/deploy.rb
@@ -48,6 +48,7 @@
48
end
49
50
task :link_shared_files, :roles => :web do
51
+ run "ln -sf #{shared_path}/assets #{deploy_to}/current/public/assets"
52
run "ln -sf #{deploy_to}/shared/config/*.yml #{deploy_to}/current/config/"
53
run "ln -sf #{deploy_to}/shared/config/initializers/secret_token.rb #{deploy_to}/current/config/initializers"
54
run "ln -sf #{deploy_to}/shared/config/faye_thin.yml #{deploy_to}/current/faye_server/thin.yml"
0 commit comments