diff options
| author | vlatka pavisic | 2016-11-10 12:07:21 +0100 |
|---|---|---|
| committer | vlatka pavisic | 2016-11-10 12:07:21 +0100 |
| commit | fadf49dc9eaa005befb826ac9f85395b08d30db5 (patch) | |
| tree | d493ac76e791ff790319efb31bac3098411790d5 /config/deploy.rb | |
| parent | fd0eb812fedb60f7dfc51acf26dc94eb9b972cba (diff) | |
| download | chouette-core-fadf49dc9eaa005befb826ac9f85395b08d30db5.tar.bz2 | |
Refs #1931 : Remove DelayedJob
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 34d1b6e4d..bfbcabb4e 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -78,10 +78,3 @@ namespace :deploy do run "cd #{current_path} && #{bundle_cmd} exec /var/lib/gems/2.2.0/bin/rake db:seed RAILS_ENV=#{rails_env}" end end - -namespace :delayed_job do - task :restart do - run "sudo /etc/init.d/stif-boiv restart" - end - # after "deploy:restart", "delayed_job:restart" -end |
