diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index 77f11f5..5da6372 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -44,7 +44,7 @@ pipeline{ sh "mvn clean package" - sh "mkdir cp ./target/*.jar /apps_data" + sh "cp ./target/*.jar /apps_data" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"