Skip to content

Commit

Permalink
Add prisma migrate deploy to the run_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jun 24, 2024
1 parent 212ee38 commit 2f93ac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

cat <<< "$CLIENT_SECRET" > client_secret.json

# ToDo: Uncomment the following line when we create a NEW database
# prisma migrate deploy
prisma migrate deploy
prisma generate

uvicorn google_sheets.app:app --workers 2 --host 0.0.0.0 --proxy-headers

0 comments on commit 2f93ac2

Please sign in to comment.