diff --git a/.drone.yml b/.drone.yml index 5532edf..05a081d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: insecure: true registry: 192.168.31.104:8082 repo: 192.168.31.104:8082/tiamo/user-point-management - volumes: + volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置 - name: dockersock path: /var/run/docker.sock - name: deploy @@ -31,8 +31,8 @@ steps: settings: host: 192.168.31.225 port: 22 - username: yosheng - password: jr1831530 + username: drone + password: dronepw command_timeout: 2m script: - source /etc/profile