mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
has ~> hash
This commit is contained in:
parent
b2b606f049
commit
4a165cd039
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ role :db, %w{deploy@example.com}
|
|||
# ======================
|
||||
# This can be used to drop a more detailed server
|
||||
# definition into the server list. The second argument
|
||||
# something that quacks like a has can be used to set
|
||||
# something that quacks like a hash can be used to set
|
||||
# extended properties on the server.
|
||||
server 'example.com', user: 'deploy', roles: %w{web app}, my_property: :my_value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue