diff --git a/Jenkinsfile b/Jenkinsfile index abdc4ae..a3d3e4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'){