This commit is contained in:
Gabriel Arazas 2022-11-28 10:28:16 +08:00
parent b3f692e584
commit e93fb4aa07

View File

@ -11,7 +11,7 @@ HUGO_VERSION = "0.107.0"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production] [context.branch-deploy]
command = "gem install bundler -v '~> 2.3' && bundle && hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL" command = "gem install bundler -v '~> 2.3' && bundle && hugo --buildDrafts --buildFuture --buildExpired --baseURL $DEPLOY_PRIME_URL"
[context.branch-deploy.environment] [context.branch-deploy.environment]