File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ function update_script() {
4242 cd /opt/palmr/apps/server
4343 mv /opt/palmr.env /opt/palmr/apps/server/.env
4444 $STD pnpm install
45- $STD pnpm dlx prisma generate
46- $STD pnpm dlx prisma migrate deploy
47- $STD pnpm dlx prisma db push
45+ $STD npx prisma generate
46+ $STD npx prisma migrate deploy
47+ $STD npx prisma db push
4848 $STD pnpm build
4949
5050 cd /opt/palmr/apps/web
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ sed -e 's/_ENCRYPTION=true/_ENCRYPTION=false/' \
3232# CUSTOM_PATH=<path-to-your-bind-mount>" \
3333 .env.example > ./.env
3434$STD pnpm install
35- $STD pnpm dlx prisma generate
36- $STD pnpm dlx prisma migrate deploy
37- $STD pnpm dlx prisma db push
35+ $STD npx prisma generate
36+ $STD npx prisma migrate deploy
37+ $STD npx prisma db push
3838$STD pnpm db:seed
3939$STD pnpm build
4040msg_ok " Configured palmr backend"
You can’t perform that action at this time.
0 commit comments