Commit Graph

33 Commits (4330a1ea489ced98a6778fb35bb6bfed8b61fca5)

Author SHA1 Message Date
Bo-Yi Wu 5ac43dd762
chore(ssh): pass all ENV variables to script (#259) 1 year ago
Bo-Yi Wu d87d276960
ci: add Docker login and pull job to CI pipeline (#244)
- Add a new job named "testing04" for docker login and pull in ci.yml file.

ref: https://github.com/appleboy/ssh-action/issues/230
2 years ago
Bo-Yi Wu 3130c7a2bc
ci: improve CI workflow for private repository cloning (#241)
- Add a new job for git clone and pull in CI
- Clone a private repository in CI with secrets
- Remove a directory in the cloned repository

ref: https://github.com/appleboy/ssh-action/issues/65
2 years ago
Bo-Yi Wu 334f9259f2
chore: update action configuration for greater flexibility (#240)
- Update base image version from `1.6.12` to `1.6.13` in Dockerfile
- Add `envs_format` input with flexible configuration in action.yml
- Add a line to README.md pointing to action.yml for more information

fix https://github.com/appleboy/ssh-action/issues/213
2 years ago
Bo-Yi Wu 3cd1bcf771
feat: refactor code for parallel execution on multiple hosts (#237)
- 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
2 years ago
Bo-Yi Wu 7bf58514db
chore(auth): allow set password and private key at same time. (#226) 2 years ago
Bo-Yi Wu d91a1af6f5
Fix(envs): set environment variable instead of bash variable (#209) 2 years ago
Bo-Yi Wu 0d5a3d0e48 test: comment the ED25519 ssh testing 2 years ago
Bo-Yi Wu c732d38392 chore: Add global environments
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
3 years ago
Bo-Yi Wu ba1d4fb0eb chore(CI): show secrets.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
3 years ago
Bo-Yi Wu c7104ccac4 chore: add ED25519 example 4 years ago
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>
4 years ago
Bo-Yi Wu 3ac4675689 chore: Add Multiline SSH commands interpreted as single lines 4 years ago
Bo-Yi Wu 269a4479eb chore: Multiline SSH commands interpreted as single lines 4 years ago
Bo-Yi Wu c9eebc1cde
chore: support use_insecure_cipher (#57) 5 years ago
Bo-Yi Wu 122f35dca5
chore: improve ci workflow (#34) 5 years ago
Bo-Yi Wu fd81fae289 chore: echo sha string 5 years ago
Bo-Yi Wu 242a8e2e57 chore: Add Contexts and expression example 5 years ago
Bo-Yi Wu e5c07fceef
support passphrase (#18)
* support passphrase

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