Edited the order of bash scripts execution for a smoother installation and deployment.

This commit is contained in:
Aggrey Lelei
2025-02-19 12:50:29 +03:00
parent 8ac9f92a01
commit 7875907cee

View File

@@ -243,7 +243,7 @@ DATABASE_URL= # Required: PostgreSQL connection string
### Update the PostgreSQL database accordingly
Drizzle will apply the schema migrations set in the .env
Drizzle will apply the schema migrations set in `.env`
```bash
pnpm db:push