update .drone.yml
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent e282ff2e63
commit 75c56de733

@ -20,8 +20,8 @@ steps:
port: 22 port: 22
username: root username: root
password: dsideal password: dsideal
target: /root/publish/bigdata/publish/ target: /root/publish/bigdata
source: ./docker/* source: ./docker
rm: false rm: false
- name: restart - name: restart
@ -32,7 +32,7 @@ steps:
username: root username: root
password: dsideal password: dsideal
script: script:
- cd /root/publish/bigdata/publish - cd /root/publish/bigdata/docker
- chmod 755 start.sh - chmod 755 start.sh
- chmod 755 stop.sh - chmod 755 stop.sh
- ./start.sh - ./start.sh
Loading…
Cancel
Save