Skip to content

Commit

Permalink
Do not backup database before migration because it is huge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoka committed Jul 4, 2010
1 parent f18a908 commit 61a44cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Expand Up @@ -9,6 +9,7 @@
set :tag_on_deploy, false
set :build_gems, false
set :compress_assets, false
set :backup_database_before_migrations, false

set :keep_releases, 6
after "deploy:update", "deploy:cleanup"
Expand Down

0 comments on commit 61a44cb

Please sign in to comment.