diff --git a/.drone.yml b/.drone.yml index d7e1796..18ea6fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: path: /mnt/app/build # 将应用打包好的Jar和执行脚本挂载出来 commands: # 定义在Docker容器中执行的shell命令 - mvn clean package -DskipTests=true # 应用打包命 - - cp target/coreqi.jar /mnt/app/build/coreqi.jar + - cp target/drone-demo.jar /mnt/app/build/drone-demo.jar - cp entrypoint.sh /mnt/app/build/ - cp Dockerfile /mnt/app/build/ - cp run.sh /mnt/app/build/