Skip to content

Commit

Permalink
thin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strzel-a committed Mar 4, 2012
1 parent 25ffcc2 commit 6d91fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.rb
Expand Up @@ -39,7 +39,8 @@
# Set ruby version for rvm
#set :rvm_ruby_string, '1.9.2-p290'

after "deploy:update_code", "deploy:migrate", "deploy:pipeline_precompile", "deploy:stop", "deploy:start"
after "deploy:update_code", "deploy:migrate", "deploy:pipeline_precompile"
#, "deploy:stop", "deploy:start"

namespace :deploy do

Expand Down

0 comments on commit 6d91fa8

Please sign in to comment.