diff --git a/Jenkinsfile b/Jenkinsfile index efe56d9..3af2810 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,8 @@ agent any steps{ sh 'npm install' sh 'npm run build' - sh 'cp -r public .next/standalone' - sh 'cp -r .next/static .next/standalone/.next' + sh 'cp -r public .next/standalone/' + sh 'cp -r .next/static .next/standalone/.next/' sh ' tar -C .next -cf subman.tar.gz standalone ' } }