fix: delete old standalone folder before making new one!
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
9179aab7d4
commit
ef85aba244
|
@ -9,7 +9,7 @@ agent any
|
|||
steps{
|
||||
sh 'npm install'
|
||||
sh 'npm run build'
|
||||
sh 'mkdir standalone'
|
||||
sh 'rm -r standalone && mkdir standalone'
|
||||
sh 'cp -r public standalone/'
|
||||
sh 'cp -r prisma standalone/'
|
||||
sh 'cp -r .next/static standalone/.next/'
|
||||
|
|
Loading…
Reference in New Issue