Skip to content

Commit

Permalink
remove database yaml management
Browse files Browse the repository at this point in the history
  • Loading branch information
luxflux committed Mar 12, 2013
1 parent e6a3af1 commit 3af454d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ end

group :development do
gem 'capistrano'
gem 'capistrano_database_yml'
end
4 changes: 0 additions & 4 deletions config/deploy.example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

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

require 'database_yml/capistrano'



set :application, 'CASinoApp'
set :repository, config['repository']
Expand Down Expand Up @@ -59,7 +56,6 @@
shared_config_path = File.join(shared_path,'config')

run "mkdir -p #{shared_config_path}"
run "if [ ! -f #{shared_config_path}/cas.yml ]; then cp #{latest_release}/config/cas.yml.example #{shared_config_path}/cas.yml; fi"

run %Q{if [ ! -f #{shared_config_path}/secret_token.rb ]; then
cd #{current_release};
Expand Down

0 comments on commit 3af454d

Please sign in to comment.