mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 00:52:21 +03:00
ea06f04350
* 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
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:setup:prod
|
|
node dist/src/main
|