We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467ba7e commit 4bc1112Copy full SHA for 4bc1112
.github/workflows/DeployApp.yml
@@ -28,6 +28,7 @@ jobs:
28
cd /chaxis-api
29
git pull origin master
30
npm install
31
+ npx prisma migrate deploy
32
npm run prebuild
33
npm run build
34
EOF
0 commit comments