ci
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m29s

This commit is contained in:
Lee 2024-04-22 02:47:08 +01:00
parent ffa2db120f
commit 40029b9839

@ -26,6 +26,10 @@ COPY . .
ARG GIT_REV
ENV GIT_REV ${GIT_REV}
# Sentry Auth Token
ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN}
# Disable telemetry during build
ENV NEXT_TELEMETRY_DISABLED 1