Skip to content

Commit

Permalink
add redis to the deploy restart
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRaphael0000 committed Apr 1, 2019
1 parent d792550 commit b16747d
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 @@ -15,7 +15,7 @@
desc "Restart application"
task :restart do
on roles(:web) do |h|
execute :sudo, "sv restart nginx daphne"
execute :sudo, "sv restart nginx daphne redis-server"
end
end
end
Expand Down

0 comments on commit b16747d

Please sign in to comment.