fix: update auth token in ci cd files

This commit is contained in:
2025-01-19 21:34:42 +01:00
parent 710fd16088
commit bd7a03b79c
3 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ RUN bun install
COPY . .
ARG DB_URL
ARG AUTH_TOKEN
RUN bun run build