copy standalone into standalone
Gitea/subman-nextjs/pipeline/head This commit looks good Details

rather than dumping the contents into root? Idk, I'm running out of ideas here
This commit is contained in:
andrzej 2024-10-03 18:46:50 +02:00
parent 447504667f
commit 6b32499aaf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ agent any
sh 'cp -r public standalone/'
sh 'cp -r prisma standalone/'
sh 'cp -r .next/static standalone/.next/'
sh 'cp -r .next/standalone/** standalone/'
sh 'cp -r .next/standalone/ standalone/'
sh ' tar -cf subman.tar.gz standalone '
sh 'rm -r standalone'
}