Commit 909de7866f869b1264a0334faa7ee28d4f63d0f2

Authored by renansoares
1 parent 3da74a7f
Exists in master and in 1 other branch v2

remove restart after deploy

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
config/deploy.rb
... ... @@ -44,7 +44,6 @@ namespace :deploy do
44 44 desc 'Restart application'
45 45 task :restart do
46 46 on roles(:web), in: :sequence, wait: 5 do
47   - sudo "restart vlibras-web2"
48 47 end
49 48 end
50 49  
... ...