1HUGO-DEPLOY(1) Hugo Manual HUGO-DEPLOY(1)
2
3
4
6 hugo-deploy - Deploy your site to a Cloud provider.
7
8
9
11 hugo deploy [flags]
12
13
14
16 Deploy your site to a Cloud provider.
17
18
19 See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed
20 documentation.
21
22
23
25 --clock="" set the clock used by Hugo, e.g. --clock
26 2021-11-06T22:30:00.00+09:00
27
28
29 --confirm[=false] ask for confirmation before making changes to
30 the target
31
32
33 --dryRun[=false] dry run
34
35
36 -e, --environment="" build environment
37
38
39 --force[=false] force upload of all files
40
41
42 -h, --help[=false] help for deploy
43
44
45 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
46 ing the given Glob pattern
47
48
49 --invalidateCDN[=true] invalidate the CDN cache listed in the de‐
50 ployment target
51
52
53 --maxDeletes=256 maximum # of files to delete, or -1 to disable
54
55
56 -s, --source="" filesystem path to read files relative from
57
58
59 --target="" target deployment from deployments section in config
60 file; defaults to the first one
61
62
63 --themesDir="" filesystem path to themes directory
64
65
66 --workers=10 number of workers to transfer files. defaults to 10
67
68
69
71 --config="" config file (default is hugo.yaml|json|toml)
72
73
74 --configDir="config" config dir
75
76
77 --debug[=false] debug output
78
79
80 --log[=false] enable Logging
81
82
83 --logFile="" log File path (if set, logging enabled automatically)
84
85
86 --quiet[=false] build in quiet mode
87
88
89 -v, --verbose[=false] verbose output
90
91
92 --verboseLog[=false] verbose logging
93
94
95
97 hugo(1)
98
99
100
101Hugo 0.111.3 Jul 2023 HUGO-DEPLOY(1)