Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 9a5ccf5

Browse files
authored
Clean up netlify file
1 parent ee4755a commit 9a5ccf5

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

netlify.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# Production context: All deploys to the main
22
# repository branch will inherit these settings.
33
[context.production]
4-
# command = "bin/netlify.sh"
5-
# publish = "exampleSite/public"
6-
command = "bin/netlify-production.sh"
7-
publish = "exampleSite/dist/"
4+
command = "bin/netlify-production.sh"
5+
publish = "exampleSite/dist/"
86

9-
[context.production.environment]
10-
HUGO_VERSION = "0.30.2"
11-
12-
# Deploy Preview context: All Deploy Previews
13-
# will inherit these settings.
147
[context.deploy-preview]
158
publish = "exampleSite/public/"
169
command = "bin/netlify.sh"
1710

11+
[context.production.environment]
12+
HUGO_VERSION = "0.30.2"
1813

1914
[context.deploy-preview.environment]
2015
HUGO_VERSION = "0.30.2"

0 commit comments

Comments
 (0)