mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
fix sample
This commit is contained in:
parent
7ce4166d80
commit
0e09d59517
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ title: A remote server automation and deployment tool written in Ruby.
|
||||||
### A Simple Task
|
### A Simple Task
|
||||||
|
|
||||||
{% prism ruby %}
|
{% prism ruby %}
|
||||||
role :demo, %w{example.com example.org, example.net}
|
role :demo, %w{example.com example.org example.net}
|
||||||
task :uptime do |host|
|
task :uptime do |host|
|
||||||
on roles(:demo), in: :parallel do
|
on roles(:demo), in: :parallel do
|
||||||
uptime = capture(:uptime)
|
uptime = capture(:uptime)
|
||||||
|
|
Loading…
Reference in a new issue