Fix path to deployed-server-environment.yaml

It's in environments/ not deployed-server/

Change-Id: I03b8b5ee7a8bcb583a5e64f19ec6a5ab9a9bb771
This commit is contained in:
Ben Nemec 2018-04-24 15:39:17 -05:00
parent f9a4653f03
commit 955d1da63d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Template Usage
To use these templates pass the included environment file to the deployment
command::
-e deployed-server/deployed-server-environment.yaml
-e environments/deployed-server-environment.yaml
Deployed Server configuration
-----------------------------