summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/plugins/deploy_plugin.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index f7bb4ffa..87e129e5 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -182,14 +182,16 @@ class DeployPlugin(cliapp.Plugin):
1. In the cluster definition file, e.g.
- …
+ ...
systems:
- morph: systems/foo-system.morph
deploy:
foo:
HOSTNAME: foo
- 2. In the environment before running e.g. `HOSTNAME=foo morph deploy …`
+ 2. In the environment before running e.g.
+
+ `HOSTNAME=foo morph deploy ...`
3. On the command-line e.g.
`morph deploy clusters/foo.morph foo.HOSTNAME=foo`