From d8154388310b923227bbdfb5b0b0958e142a4716 Mon Sep 17 00:00:00 2001 From: besscroft Date: Fri, 15 Nov 2024 12:11:58 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index e108cbe..4ef7bd8 100644 --- a/script.sh +++ b/script.sh @@ -1,5 +1,5 @@ #!/bin/sh -npx prisma@5.17.0 migrate deploy +npx prisma migrate deploy HOSTNAME="0.0.0.0" node server.js