Skip to content

Commit

Permalink
Merge release into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2024
2 parents 2bfe3b7 + b8fd172 commit 6ea72fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/publisher.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
].join(' && ')
: 'echo "Fake deployment done"',
},
databaseUrl: 'persisted-store/publisher.sqlite',
databaseUrl: '/tmp/publisher.sqlite',
publisherPort: isLagoon ? 3000 : 8000,
oAuth2: isLagoon
? {
Expand Down

0 comments on commit 6ea72fc

Please sign in to comment.