Commit Graph

29 Commits (6268c80dd6526b1531eedc69f6c315e9d3848673)

Author SHA1 Message Date
Bo-Yi Wu 3cd1bcf771
feat: refactor code for parallel execution on multiple hosts ()
- Update Dockerfile to use a newer version of `drone-ssh`
- Modify `ci.yml` to use `continue-on-error` instead of commenting out code

fix https://github.com/appleboy/ssh-action/issues/233
Bo-Yi Wu 7bf58514db
chore(auth): allow set password and private key at same time. ()
Bo-Yi Wu d91a1af6f5
Fix(envs): set environment variable instead of bash variable ()
Bo-Yi Wu 0d5a3d0e48 test: comment the ED25519 ssh testing
Bo-Yi Wu c732d38392 chore: Add global environments
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Bo-Yi Wu ba1d4fb0eb chore(CI): show secrets.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Bo-Yi Wu c7104ccac4 chore: add ED25519 example
Bo-Yi Wu 9fb11fb1f5 chore(host): support multiple port
https://github.com/appleboy/ssh-action/issues/85

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Bo-Yi Wu 3ac4675689 chore: Add Multiline SSH commands interpreted as single lines
Bo-Yi Wu 269a4479eb chore: Multiline SSH commands interpreted as single lines
Bo-Yi Wu c9eebc1cde
chore: support use_insecure_cipher ()
Bo-Yi Wu 122f35dca5
chore: improve ci workflow ()
Bo-Yi Wu fd81fae289 chore: echo sha string
Bo-Yi Wu 242a8e2e57 chore: Add Contexts and expression example
Bo-Yi Wu e5c07fceef
support passphrase ()
* support passphrase

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Bo-Yi Wu f478af9b34 docs: pass multiple environment
Bo-Yi Wu 6f091cd9e3 chore(ssh): remove comma splitting
fix https://github.com/appleboy/ssh-action/issues/10
Bo-Yi Wu 49e81b4a32 docs: add stop script if command error
Bo-Yi Wu 04535147e0 chore: stop script
Bo-Yi Wu 480ff5e05e chore: add FOO envs
Bo-Yi Wu ccece0c886 chore: add envs
Bo-Yi Wu 7e0bb7cd75 chore: add script_stop
Bo-Yi Wu dc9ae8e2e3 chore: add some example
Bo-Yi Wu 54eb169e33 chore: support multiple command
Bo-Yi Wu 1a6f86cece chore: support multiple command
Bo-Yi Wu 917a1df2a4 chore: executing remote ssh commands using ssh key
Bo-Yi Wu 4f7d6491f3 chore: update action image
Bo-Yi Wu 1f7ce4dfab chore: rename job title.
Bo-Yi Wu 215a0580d7 chore: initial github actions