mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1 from zsalzbank/master
Fix code sample, fix extra comma in server list.
This commit is contained in:
commit
b0ffebcf73
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…
Add table
Reference in a new issue