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 --confirm[=false] ask for confirmation before making changes to
26 the target
27
28
29 --dryRun[=false] dry run
30
31
32 --force[=false] force upload of all files
33
34
35 -h, --help[=false] help for deploy
36
37
38 --invalidateCDN[=true] invalidate the CDN cache listed in the
39 deployment target
40
41
42 --maxDeletes=256 maximum # of files to delete, or -1 to disable
43
44
45 --target="" target deployment from deployments section in config
46 file; defaults to the first one
47
48
49
51 --config="" config file (default is path/config.yaml|json|toml)
52
53
54 --configDir="config" config dir
55
56
57 --debug[=false] debug output
58
59
60 -e, --environment="" build environment
61
62
63 --ignoreVendor[=false] ignores any _vendor directory
64
65
66 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
67 ing the given Glob pattern
68
69
70 --log[=false] enable Logging
71
72
73 --logFile="" log File path (if set, logging enabled automatically)
74
75
76 --quiet[=false] build in quiet mode
77
78
79 -s, --source="" filesystem path to read files relative from
80
81
82 --themesDir="" filesystem path to themes directory
83
84
85 -v, --verbose[=false] verbose output
86
87
88 --verboseLog[=false] verbose logging
89
90
91
93 hugo(1)
94
95
96
97Hugo 0.80.0 Jan 2021 HUGO-DEPLOY(1)