1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Use custom domain for production deploy

This commit is contained in:
Daniel Barber 2019-10-25 21:13:00 -04:00
parent e6b8be3aaf
commit e3fad6c45c

View File

@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
command = "hugo --gc --minify -b $URL"
[context.production.environment]
HUGO_VERSION = "0.58.3"