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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <363651+mrmierzejewski@users.noreply.github.com>2020-10-09 12:35:57 +0300
committerGitHub <noreply@github.com>2020-10-09 12:35:57 +0300
commit0c1dd4438159990daab31f86571721f3ca836287 (patch)
tree9951add2881030c50353cb1f98689ae82fc79b3a
parente22943f9b061cdb75b5282ed917fd99a1ec798cb (diff)
neylify: add url
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 09905e8..41a6368 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,7 +1,7 @@
[build]
base = "exampleSite"
publish = "public"
-command = "hugo --gc --minify --themesDir ../../ -t repo"
+command = "hugo --gc --minify --themesDir ../../ -t repo -b $URL"
[context.production.environment]
HUGO_VERSION = "0.76.3"
@@ -9,7 +9,7 @@ HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.split1]
-command = "hugo --gc --minify --enableGitInfo --themesDir ../../ -t repo"
+command = "hugo --gc --minify --enableGitInfo -b $DEPLOY_PRIME_URL --themesDir ../../ -t repo"
[context.split1.environment]
HUGO_VERSION = "0.76.3"