From edfb9ae67a1bfd21e40af825c368b7529f43b04e Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 3 Oct 2024 17:14:32 +0200 Subject: [PATCH] copy db files --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3af2810..433778c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ agent any sh 'npm install' sh 'npm run build' sh 'cp -r public .next/standalone/' + sh 'cp -r prisma .next/standalone/' sh 'cp -r .next/static .next/standalone/.next/' sh ' tar -C .next -cf subman.tar.gz standalone ' }