chore: set hugo env to prod by default
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Robert Kaussow 2021-05-06 22:40:23 +02:00
parent 7f78d0fb67
commit 22c0d82d5c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -12,6 +12,8 @@ ARG BUILD_VERSION
# renovate: datasource=github-releases depName=gohugoio/hugo # renovate: datasource=github-releases depName=gohugoio/hugo
ENV HUGO_VERSION="${BUILD_VERSION:-v0.83.1}" ENV HUGO_VERSION="${BUILD_VERSION:-v0.83.1}"
ENV HUGO_ENV=production
COPY overlay/ / COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar curl && \ RUN apk add --update --no-cache --virtual .build-deps tar curl && \