fix: delete old standalone folder before making new one!
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
This commit is contained in:
parent
9179aab7d4
commit
447504667f
|
@ -13,7 +13,9 @@ 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 ' tar -cf subman.tar.gz standalone '
|
||||
sh 'rm -r standalone'
|
||||
}
|
||||
}
|
||||
stage('deploy'){
|
||||
|
|
Loading…
Reference in New Issue