about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 90422c9..91f23c5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -13,6 +13,8 @@ ZOLA_VERSION = "0.17.2"
 
 [context.deploy-preview]
 command = "zola build --base-url $DEPLOY_PRIME_URL"
+[context.branch-deploy]
+command = "zola build --base-url $DEPLOY_PRIME_URL"
 
 [[headers]]
   for = "/*"