mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
sentry_auth_token
This commit is contained in:
parent
8a1ce924fe
commit
6df4af108c
2 changed files with 2 additions and 0 deletions
|
@ -28,10 +28,12 @@ COPY db/schema.ts sitio2/src/lib/server/db/schema.ts
|
|||
RUN cd sitio2 && bun install --frozen-lockfile
|
||||
|
||||
ARG DATABASE_URL
|
||||
ARG SENTRY_AUTH_TOKEN
|
||||
|
||||
# [optional] tests & build
|
||||
ENV NODE_ENV=production
|
||||
ENV DATABASE_URL=$DATABASE_URL
|
||||
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
|
||||
|
||||
# RUN bun test
|
||||
RUN cd sitio2 && env DATABASE_URL="postgres://user:password@host:5432/db-name" bun run build
|
||||
|
|
BIN
sepa/bun.lockb
BIN
sepa/bun.lockb
Binary file not shown.
Loading…
Reference in a new issue