copy public and static
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-03 11:51:47 +02:00
parent 8995047aa5
commit 8836b71111
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -9,6 +9,8 @@ agent any
steps{
sh 'npm install'
sh 'npm run build'
sh 'cp -r public .next/standalone'
sh 'cp -r .next/static .next/standalone/.next'
sh ' tar -C .next -cf subman.tar.gz standalone '
}
}