aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-04-08 21:48:39 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-04-08 21:48:39 +0300
commit0faa3eca255cdc5fbaa8ccee438241576ba14ac1 (patch)
tree7a7c4fd387b136388e1438d65e3ba9ef8d5b48e8 /netlify.toml
parent8f203883d727107eae6c89c9a1033dcdaa522e38 (diff)
v3.1
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index e387e8c..d649777 100644
--- a/netlify.toml
+++ b/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