From 9179aab7d4d3595de6702812de5ab5d48c557d33 Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 3 Oct 2024 18:33:45 +0200 Subject: [PATCH] fix: use correct folder for tarball! --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){