diff --git a/config/deploy.rb b/config/deploy.rb index 3aa46d5..2331eba 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -57,7 +57,8 @@ task :deploy => :environment do to :launch do if File.exists?('/tmp/lightsaber.pid') - queue "bundle exec thin -C config.yml restart" + queue "bundle exec thin -C config.yml stop" + queue "bundle exec thin -C config.yml start" else queue "bundle exec thin -C config.yml start" end