Skip to content

Commit

Permalink
:deploy: fix run commands and trying to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
julesartd committed May 15, 2024
1 parent 6e260f6 commit 6839f80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Initialize Database
run: |
cd backend-nest
npx migrate deploy
npx prisma migrate deploy
npx prisma migrate status
env:
DATABASE_URL: mysql://root:password@localhost:3306/webapp3il_test
Expand Down
10 changes: 9 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6839f80

Please sign in to comment.