fix(CI): 布署使用CI专属帐号
continuous-integration/drone/push Build is passing Details

develop
Yosheng 2023-10-05 22:30:31 +08:00
parent dbae3fbe2e
commit 06d3896228
1 changed files with 3 additions and 3 deletions

View File

@ -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