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

has ~> hash

This commit is contained in:
Parker Moore 2013-10-20 19:34:52 -04:00
parent b2b606f049
commit 4a165cd039

View file

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