|
|
@@ -1575,8 +1575,6 @@ steps:
|
|
|
image: appleboy/drone-scp
|
|
|
pull: if-not-exists
|
|
|
depends_on: [build-project] # 依赖的步骤
|
|
|
- commands: # 执行命令
|
|
|
- - rm -rf /home/ABServer/deploy-ready/*
|
|
|
volumes: # 挂载数据卷
|
|
|
- name: targetDir # 数据卷名称
|
|
|
path: /kxs-store # 容器内目录 绝对路径
|
|
|
@@ -1590,6 +1588,9 @@ steps:
|
|
|
port: 22
|
|
|
command_timeout: 2m
|
|
|
target: /home/ABServer/deploy-ready/
|
|
|
+ script:
|
|
|
+ - echo ====删除历史目录=======
|
|
|
+ - rm -rf /home/ABServer/deploy-ready/kxs-store/*
|
|
|
source:
|
|
|
- echo ====开始拷贝=======
|
|
|
- /kxs-store/*.jar
|