Skip to content

Commit

Permalink
move db symlink before DB
Browse files Browse the repository at this point in the history
  • Loading branch information
CobyR committed Apr 15, 2012
1 parent 861e6a9 commit 7afe12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# if you want to clean up old releases on each deploy uncomment this:
after "deploy", "deploy:cleanup"
after "deploy:symlink", "deploy:custom_symlinks"
before "deploy:migrations", "deploy:custom_symlinks"

# if you're still using the script/reaper helper you will need
# these http://github.com/rails/irs_process_scripts
Expand Down

0 comments on commit 7afe12d

Please sign in to comment.