appleboy / drone-ssh

Drone plugin for executing remote ssh commands
MIT License
251 stars 74 forks source link

There are lots of empty error message! #199

Closed wowuliao11 closed 2 years ago

wowuliao11 commented 2 years ago

image

But the last ,he tell me it's successful,and i really saw the output is right

image

This is my yml

steps:
  - name: ssh
    image: appleboy/drone-ssh
    settings:
      host:
        - *.*.*.* 
      key:
        from_secret: rsa_key
      username: root
      command_timeout: 2m
      script:
        - echo "Hello ssh plugin"
        - cd /home/danny/backup/mongodb_bak
        - ls

please!😭

jeromecoupe commented 2 years ago

This is causing the same problem in /appleboy/ssh-action: see issues #174 and #179

wowuliao11 commented 2 years ago

This is causing the same problem in /appleboy/ssh-action: see issues #174 and #179

Thank you. That helps me a lot