aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-01-25 18:14:35 +0200
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-01-25 18:14:35 +0200
commit5f364a5ef49c6ace597399442ba3556be2cfee89 (patch)
treef3bcbbb1200663ad5f9803c0ffbd66bb3e4d7a2e /exampleSite/netlify.toml
parent290aa0df0204038b8c7b23c28d716755e468f169 (diff)
Misc. changes
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index e387e8c..d649777 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -11,4 +11,7 @@
NODE_ENV = "production"
[context.deploy-preview]
- command = "hugo"
+ command = "hugo -b $DEPLOY_PRIME_URL"
+
+[context.branch-deploy]
+ command = "hugo -b $DEPLOY_PRIME_URL" \ No newline at end of file