fix(CI): 调整drone-ssh使用官方
continuous-integration/drone/push Build encountered an error Details

develop
zhangyousheng 2023-08-14 10:17:38 +08:00
parent 0cb6db8622
commit a0b1bb7ace
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,17 @@ steps:
- name: deploy
pull: if-not-exists
image: appleboy/drone-ssh
settings:
host:
- example1.com
- example2.com
username: ubuntu
password:
from_secret: ssh_password
port: 22
command_timeout: 2m
script:
- echo "Hello World"
# settings:
# host: 192.168.31.104
# port: 22