From bd35dfbd85ed94be6ae225fe7894d010f300c863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 12 Mar 2020 00:05:39 +0100 Subject: [PATCH] Update hugo-deploy.md --- content/en/hosting-and-deployment/hugo-deploy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/hosting-and-deployment/hugo-deploy.md b/content/en/hosting-and-deployment/hugo-deploy.md index 178c9b176..1156b2fee 100644 --- a/content/en/hosting-and-deployment/hugo-deploy.md +++ b/content/en/hosting-and-deployment/hugo-deploy.md @@ -54,7 +54,7 @@ In the configuration file for your site, add a `[deployment]` section with one or more `[[deployment.targets]]` section, one for each deployment target. Here's a detailed example: -``` +```toml [deployment] # By default, files are uploaded in an arbitrary order. # Files that match the regular expressions in the "Order" list @@ -116,7 +116,8 @@ gzip = true ## Deploy To deploy to a target: -``` + +```bash hugo deploy [--target=, defaults to first target] ```