Skip to content

Commit

Permalink
Pipeline!
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Jun 29, 2024
1 parent eedcd48 commit 387d531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV NODE_ENV production

COPY --from=builder /app/node_modules/ ./node_modules
# TODO look into standalone output builds
COPY --from=builder /app/packages/web/next.config.js ./packages/web/
COPY --from=builder /app/packages/web/next.config.cjs ./packages/web/
COPY --from=builder /app/packages/web/.next/ ./packages/web/.next/
COPY --from=builder /app/packages/web/public/ ./packages/web/public/
COPY --from=builder /app/packages/web/package.json ./packages/web/
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config: Config = {
typescript: {
outputFile: path.resolve(dirname, 'payload-types.ts'),
},
secret: process.env.PAYLOAD_SECRET || 'lemmebuild?',
secret: process.env.PAYLOAD_SECRET || '',
graphQL: {
queries: mergeQueries<unknown, never>({
groupchatSearchToken: groupchatSearchTokenQuery,
Expand Down

0 comments on commit 387d531

Please sign in to comment.