From 75c56de733ec13be9b84104cceb4499ddb7ba3f1 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 11 Jun 2021 14:56:25 +0800 Subject: [PATCH] update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 36b8dc56..06fd7e0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,8 @@ steps: port: 22 username: root password: dsideal - target: /root/publish/bigdata/publish/ - source: ./docker/* + target: /root/publish/bigdata + source: ./docker rm: false - name: restart @@ -32,7 +32,7 @@ steps: username: root password: dsideal script: - - cd /root/publish/bigdata/publish + - cd /root/publish/bigdata/docker - chmod 755 start.sh - chmod 755 stop.sh - ./start.sh \ No newline at end of file