3207 fix render self deploy (#3221)
* Fix paths and commands for render deploy * Remove breaking change * Use twentycrm postgres image for postgres * Fix render script * Specify docker image version * Fix postgres user * Update setup command
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
||||
yarn database:setup
|
||||
node dist/src/main
|
||||
yarn database:setup:prod
|
||||
node dist/src/main
|
||||
|
||||
Reference in New Issue
Block a user