capistrano: add deploy:rolling task (fix #4123).

This commit is contained in:
evazion
2019-08-07 22:11:07 -05:00
parent 223e5f1e81
commit c225d54de1
4 changed files with 35 additions and 7 deletions

View File

@@ -19,6 +19,3 @@ namespace :web do
end
end
end
before "deploy:started", "web:disable"
after "deploy:published", "web:enable"