Drop config/config.yml.example. Not needed anymore

Also make config/secrets.yml.example read a bit nicer
This commit is contained in:
Henne Vogelsang 2016-03-22 18:09:18 +01:00
parent d532016312
commit 45c31f210f
3 changed files with 31 additions and 69 deletions

View file

@ -10,7 +10,7 @@ set :repository, 'https://github.com/openSUSE/osem.git'
# 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, %w{ config/database.yml log public/system config/secrets.yml config/config.yml config/piwik.yml tmp}
set :shared_paths, %w{ config/database.yml log public/system config/secrets.yml config/piwik.yml tmp}
task setup: :environment do
queue! %[mkdir -p "#{deploy_to}/shared/log"]