1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

fix sample

This commit is contained in:
Zachary Salzbank 2013-07-01 19:48:56 -04:00
parent 7ce4166d80
commit 0e09d59517

View file

@ -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)