Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Apr 8, 2024
1 parent 5c8c755 commit cfd0def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-db-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:

- name: Run schema migrations
run: |
touch ./packages/db/.env
touch ./apps/web/.env
echo DATABASE_URL=${{ steps.create-branch.outputs.db_url }}?sslmode=require >> .env
echo DATABASE_URL=${{ steps.create-branch.outputs.db_url }}?sslmode=require >> ./apps/web/.env
pnpm turbo db:migrate
Expand Down

0 comments on commit cfd0def

Please sign in to comment.