Skip to content

Commit

Permalink
Update prisma/schema.prisma and .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 24, 2024
1 parent 902bdda commit e0aefa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 358 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main .yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
TURSO_DATABASE_URL: ${{ secrets.TURSO_DATABASE_URL }}
TURSO_AUTH_TOKEN: ${{ secrets.TURSO_AUTH_TOKEN }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: yarn start

- name: Commit Changes
Expand Down
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generator client {

datasource db {
provider = "postgresql"
url = "file:./dev.db"
url = env("DATABASE_URL")
}

model Node {
Expand Down
357 changes: 0 additions & 357 deletions yarn.lock

This file was deleted.

0 comments on commit e0aefa1

Please sign in to comment.