removed devise secret

This commit is contained in:
Priit Tark 2015-01-19 10:57:30 +02:00
parent 66568b3bc3
commit 537326df1f
6 changed files with 10 additions and 13 deletions

View file

@ -36,9 +36,8 @@ end
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
# They will be linked in the 'deploy:link_shared_paths' step.
set :shared_paths, [
'config/initializers/devise_secret.rb',
'config/application.yml',
'config/database.yml',
'config/secrets.yml',
'log',
'public/system',
'export/zonefiles'