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
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
Loading…
Cancel
Save