diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,8 +45,8 @@ you would like to deploy to. For instance: ```ini [xmpp_server] -fennell.dev -koyo.haus +fennell.dev virtual_host=chat.fennell.dev +koyo.haus virtual_host=koyo.haus ``` ### Create a staging inventory file @@ -59,7 +59,7 @@ Create an inventory file in `inventory/staging.ini` like the following: ```ini [xmpp_server] -staging.koyo.haus +staging.koyo.haus virtual_host=staging.koyo.haus ``` ### Run the playbook on your staging hosts |