Skip to content

Commit

Permalink
update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdanh27600 committed Sep 21, 2023
1 parent f178681 commit 8e02978
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified .env.test.gpg
Binary file not shown.
Binary file modified .env.uat.gpg
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "jest --logHeapUsage --forceExit",
"migrate:dev": "npx prisma migrate dev --name",
"migrate:test": "dotenv -e .env.test -- prisma migrate deploy",
"migrate:uat": "dotenv -e .env.uat -- prisma migrate deploy",
"migrate:prod": "dotenv -e .env.production -- prisma migrate deploy",
"migrate:local": "prisma migrate deploy",
"migrate:status": "npx prisma migrate status",
Expand Down

0 comments on commit 8e02978

Please sign in to comment.