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:
martmull
2024-01-03 14:25:24 +01:00
committed by GitHub
parent 6797f013c9
commit ea06f04350
3 changed files with 12 additions and 10 deletions

View File

@ -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