Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Also link settings.yml on capistrano deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Dec 7, 2014
1 parent 8b02b4b commit fa55659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

set :log_level, :info

set :linked_files, %w[config/database.yml config/initializers/secret_token.rb]
set :linked_files, %w[config/database.yml config/settings.yml config/initializers/secret_token.rb]
set :linked_dirs, %w[bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system]

set :keep_releases, 5

0 comments on commit fa55659

Please sign in to comment.