diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index b257bfe..4901699 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -43,7 +43,7 @@ pipeline{ sh "mvn clean package" - sh "cp ./target/*.jar /_apps_data_/jars" + sh "cp ./target/*.jar /_apps_data_" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"