sentry stuff
Some checks failed
deploy / deploy (push) Failing after 18s

This commit is contained in:
Lee 2023-11-13 03:43:15 +00:00
parent 7a31e158ea
commit c22dabeb9b

@ -17,6 +17,9 @@ ENV NEXT_TELEMETRY_DISABLED 1
ARG GIT_REV
ENV GIT_REV ${GIT_REV}
ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN}
# Build the app
RUN pnpm run build