mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 23:14:55 -04:00
Update hugo-deploy.md
This commit is contained in:
parent
527cf3b2b9
commit
bd35dfbd85
@ -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=<target name>, defaults to first target]
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user