diff --git a/.drone.yml b/.drone.yml index 06fd7e0f..10cad109 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,26 +13,26 @@ steps: - $SRC/docker/docker-compose.build.sh - echo ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version - - name: deploy - image: appleboy/drone-scp:linux-amd64 - settings: - host: 10.10.14.176 - port: 22 - username: root - password: dsideal - target: /root/publish/bigdata - source: ./docker - rm: false + # - name: deploy + # image: appleboy/drone-scp:linux-amd64 + # settings: + # host: 10.10.14.176 + # port: 22 + # username: root + # password: dsideal + # target: /root/publish/bigdata + # source: ./docker + # rm: false - - name: restart - image: appleboy/drone-ssh:linux-amd64 - settings: - host: 10.10.14.176 - port: 22 - username: root - password: dsideal - script: - - cd /root/publish/bigdata/docker - - chmod 755 start.sh - - chmod 755 stop.sh - - ./start.sh \ No newline at end of file + # - name: restart + # image: appleboy/drone-ssh:linux-amd64 + # settings: + # host: 10.10.14.176 + # port: 22 + # username: root + # password: dsideal + # script: + # - cd /root/publish/bigdata/docker + # - chmod 755 start.sh + # - chmod 755 stop.sh + # - ./start.sh \ No newline at end of file