mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
little error fix
This commit is contained in:
parent
b018dfa567
commit
c876789420
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Other modes for parallelism include:
|
||||||
|
|
||||||
{% highlight ruby %}
|
{% highlight ruby %}
|
||||||
# Capistrano 3.0.x
|
# Capistrano 3.0.x
|
||||||
on :all, in: :groups, max: 3, wait: 5 do
|
on :all, in: :groups, limit: 3, wait: 5 do
|
||||||
# Take all servers, in groups of three which execute in parallel
|
# Take all servers, in groups of three which execute in parallel
|
||||||
# wait five seconds between groups of servers.
|
# wait five seconds between groups of servers.
|
||||||
# This is perfect for rolling restarts
|
# This is perfect for rolling restarts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue