From e93fb4aa078746c80b4939091c720079cb3a24e9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Nov 2022 10:28:16 +0800 Subject: [PATCH] Ehh... --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e995ead..14af1e9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -11,7 +11,7 @@ HUGO_VERSION = "0.107.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" -[context.production] +[context.branch-deploy] command = "gem install bundler -v '~> 2.3' && bundle && hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL" [context.branch-deploy.environment]