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