Skip to content

Commit

Permalink
add database.yml support to capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
luxflux committed Mar 12, 2013
1 parent 2710e37 commit c4e2889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deploy.example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

config = YAML.load_file('config/deployment-config.yml') || {}

require 'database_yml/capistrano'


set :application, 'CASinoApp'
set :repository, config['repository']
Expand Down

0 comments on commit c4e2889

Please sign in to comment.