mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Merge commit 'aa54803a84208816e9c678359bd3f86760484ce0'
This commit is contained in:
@@ -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]
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user