Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Jul 8, 2024
1 parent 132a484 commit f12fa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/twenty-server/scripts/render-worker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
node dist/src/worker
node dist/src/queue-worker/queue-worker
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
type: pserv
property: port
- type: worker
name: twenty-worker
name: worker
runtime: image
image:
url: twentycrm/twenty:latest
Expand Down

0 comments on commit f12fa68

Please sign in to comment.