diff --git a/Jenkinsfile b/Jenkinsfile index a3d3e4a..fa6a683 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ agent any sh 'cp -r prisma standalone/' sh 'cp -r .next/static standalone/.next/' sh ' tar -cf subman.tar.gz standalone ' + sh 'rm -r standalone' } } stage('deploy'){