Browse Source

Merge pull request #1117 from chuma9615/patch-1

Update deploying-from-the-cli.md
abelanger5 4 years ago
parent
commit
b7ffaaa798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/deploy/applications/deploying-from-the-cli.md

+ 1 - 1
docs/deploy/applications/deploying-from-the-cli.md

@@ -163,7 +163,7 @@ This configuration only applies to `web` applications.
 ```yaml
 ingress:
   custom_domain: true
-  custom_paths:
+  hosts:
   - my-app.example.com
 ```