Set HUGO_ENV to production

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-11-16 21:12:36 +05:30
parent 23cc55124e
commit aa61a562e3
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -11,5 +11,7 @@ before_script:
- pip3 install GitPython
build-and-push:
stage: build-and-push
variables:
HUGO_ENV: production
script:
- python3 .buildpush.py