Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3971f3cf1386715027779e00358381bc88b7eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build]
publish = "public"
command = "npm run build:netlify"

# [context.production.environment]
# HUGO_VERSION = ""

[context.deploy-preview]
command = "npm run build -- -b $DEPLOY_PRIME_URL --environment staging"
# [context.deploy-preview.environment]
# HUGO_VERSION = ""

[context.branch-deploy]
command = "npm run build -- -b $DEPLOY_PRIME_URL"
# [context.branch-deploy.environment]
# HUGO_VERSION = ""