forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
29 lines (24 loc) · 736 Bytes
/
netlify.toml
File metadata and controls
29 lines (24 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production]
#command = "bin/netlify.sh"
#publish = "public/"
command = "bin/netlify-production.sh"
publish = "dist/"
[context.production.environment]
HUGO_VERSION = "0.20.7"
# Deploy Preview context: All Deploy Previews
# will inherit these settings.
[context.deploy-preview]
publish = "public/"
command = "bin/netlify.sh"
[context.deploy-preview.environment]
HUGO_VERSION = "0.20.7"
[context.branch-deploy.environment]
HUGO_VERSION = "0.20.7"
[context.test]
command = "bin/netlify-production.sh"
publish = "dist/"
[context.updates-for-new-theme]
command = "bin/netlify-production.sh"
publish = "dist/"