diff --git a/Jenkinsfile b/Jenkinsfile index c34e9f3..1508205 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ agent any steps{ sh 'npm install' sh 'npm run build' - sh ' tar -C .next -cvf subman.tar.gz standalone ' + sh ' tar -C .next -cf subman.tar.gz standalone ' } } stage('deploy'){