Skip to content

Commit

Permalink
Copy all the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
duien committed Aug 9, 2010
1 parent 45a9684 commit 4e2ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Expand Up @@ -39,7 +39,7 @@ end

task :copy_config do
run "mkdir -p #{release_path}/config"
run "cp /home/deploymeister/configuration/fruit-bowl-authentication.yml #{release_path}/config/authentication.yml"
run "cp /home/deploymeister/configuration/fruit-bowl/*.yml #{release_path}/config/"
end

after 'deploy:finalize_update', 'copy_config'

0 comments on commit 4e2ac29

Please sign in to comment.