2
0

docs: update vercel cli command (closes #116)

This commit is contained in:
Baptiste Arnaud
2022-08-06 10:31:32 +02:00
parent 0e3ce7e7a7
commit 8c3b5058f1

View File

@ -27,7 +27,7 @@ Fork the repository
5. Change the build command to:
```sh
cd ../.. && yarn db:migrate && yarn turbo run build --scope=builder --include-dependencies
cd ../.. && yarn prisma generate && yarn build:builder && DATABASE_URL=$MIGRATION_DATABASE_URL yarn db:migrate
```
6. Add the required environment variables ([Check out the configuration guide](/self-hosting/configuration))
@ -42,7 +42,7 @@ Fork the repository
5. Change the build command to:
```sh
cd ../.. && yarn db:migrate && yarn turbo run build --scope=viewer --include-dependencies
cd ../.. && yarn prisma generate && yarn build:viewer && DATABASE_URL=$MIGRATION_DATABASE_URL yarn db:migrate
```
6. Add the required environment variables ([Check out the configuration guide](/self-hosting/configuration))