fix: use correct folder for tarball!
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
Gitea/subman-nextjs/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
3b63bec700
commit
9179aab7d4
|
@ -13,7 +13,7 @@ agent any
|
|||
sh 'cp -r public standalone/'
|
||||
sh 'cp -r prisma standalone/'
|
||||
sh 'cp -r .next/static standalone/.next/'
|
||||
sh ' tar -C .next -cf subman.tar.gz standalone '
|
||||
sh ' tar -cf subman.tar.gz standalone '
|
||||
}
|
||||
}
|
||||
stage('deploy'){
|
||||
|
|
Loading…
Reference in New Issue