Commit Graph

82 Commits

Author SHA1 Message Date
Bo-Yi Wu c732d38392 chore: Add global environments
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-02-28 07:08:00 +08:00
Bo-Yi Wu ba1d4fb0eb chore(CI): show secrets.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-02-06 16:12:37 +08:00
Bo-Yi Wu c7671d858f docs: update format
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-02-06 15:15:00 +08:00
Nicklas Frahm 1a8b3784ea
Document setup of SSH host fingerprint validation (#120) 2021-05-15 23:05:07 +08:00
Bo-Yi Wu 29007ce6fb chore: update ssh key part
part from https://github.com/appleboy/ssh-action/issues/80
2021-05-09 21:11:10 +08:00
h1dden-da3m0n e59c0ee97a
docu(restructure): update readme structure and add ed25519 ssh key instructions (#113) 2021-04-04 05:59:44 +08:00
Bo-Yi Wu c7104ccac4 chore: add ED25519 example 2021-03-06 23:00:38 +08:00
Bo-Yi Wu 63dd9dd662 chore: replace ADD with COPY 2021-02-13 10:55:57 +08:00
Bo-Yi Wu 61e292b601 docs: fix typo
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-11-17 10:54:18 +08:00
Bo-Yi Wu 1d1b21ca96
Support multiple host with different port (#94) 2020-11-17 10:51:06 +08:00
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>
2020-11-17 10:20:18 +08:00
Bo-Yi Wu fd39ef0f18
Update README.md 2020-10-31 07:03:29 +08:00
Bo-Yi Wu ffff33f8fe docs: update readme 2020-08-13 01:06:27 +08:00
Himanshu Garg 8bd4933b73
Instructions to use SSH Key (#77) 2020-08-13 01:03:55 +08:00
Bo-Yi Wu bf84735fa9 fix: Multiline SSH commands interpreted as single lines
fix https://github.com/appleboy/ssh-action/issues/75
2020-08-08 15:39:00 +08:00
Bo-Yi Wu d09b6e0211 chore: try the latest version 2020-08-08 15:34:38 +08:00
Bo-Yi Wu 3ac4675689 chore: Add Multiline SSH commands interpreted as single lines 2020-08-08 12:26:01 +08:00
Bo-Yi Wu 269a4479eb chore: Multiline SSH commands interpreted as single lines 2020-08-03 22:15:09 +08:00
Yashu Mittal a2f91cbad1
(info) Pass env variable as string (#69) 2020-07-08 16:46:24 +08:00
Bo-Yi Wu e2cbea5f00
chore: bump drone-ssh to v1.6.1 (#63)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-06-15 16:45:26 +08:00
Bo-Yi Wu 5711a203b3
fix typo 2020-06-05 09:05:02 +08:00
Bo-Yi Wu b315fb5f98
Update README.md 2020-06-05 09:03:15 +08:00
Bo-Yi Wu 682eb0ddda chore: bump drone-ssh to v1.6.0 2020-05-24 13:59:21 +08:00
Bo-Yi Wu 03b440e441 docs: add cipher parameter 2020-05-24 13:13:09 +08:00
Bo-Yi Wu 1cb5cd31c9 chore: update to latest version 2020-05-24 12:09:05 +08:00
Bo-Yi Wu c9eebc1cde
chore: support use_insecure_cipher (#57) 2020-05-24 10:54:31 +08:00
Daniel Hwang 6b00175bad
add support for fingerprint: (#54) 2020-05-19 14:21:26 +08:00
Bo-Yi Wu a912e225ec chore: Add limitation in readme 2020-05-08 19:05:53 +08:00
Bo-Yi Wu ad6643f705 chore: support ciphers
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-04-30 15:56:29 +08:00
Bo-Yi Wu 26dd2b3a38 chore: upgrade drone-ssh to 1.5.6 2020-04-16 22:24:18 +08:00
Bo-Yi Wu 122f35dca5
chore: improve ci workflow (#34) 2020-02-13 21:20:15 +08:00
Bo-Yi Wu 03b5d10ad6 docs: update desctiption 2020-02-13 21:17:09 +08:00
Bo-Yi Wu fcfb760891 docs: add GitHub syntax (#30)
see: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions

fixed: https://github.com/appleboy/ssh-action/issues/28
2020-02-09 11:37:56 +08:00
Bo-Yi Wu fd81fae289 chore: echo sha string 2020-02-09 11:29:31 +08:00
Bo-Yi Wu 242a8e2e57 chore: Add Contexts and expression example 2020-02-09 11:25:59 +08:00
Alexey Kleandrov cfe9c45db6
docs: sync parameter (#25) 2020-01-30 22:40:33 +08:00
Bo-Yi Wu 73767290ca docs: add passphrase example 2019-12-30 19:54:28 +08:00
Bo-Yi Wu e5c07fceef
support passphrase (#18)
* support passphrase

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-12-30 19:50:55 +08:00
Bo-Yi Wu d690bdebf8 docs: update multiple env example 2019-12-08 07:16:30 +08:00
Bo-Yi Wu f478af9b34 docs: pass multiple environment 2019-12-07 20:19:23 +08:00
Bo-Yi Wu d520c19f4f
docs: support proxy command (#15)
docs: support proxy command
2019-12-07 20:15:58 +08:00
Bo-Yi Wu 0dee98b334 docs: support proxy command 2019-12-07 20:05:02 +08:00
Bo-Yi Wu 9085f3ea5b chore: update default timeout to 10 minutes 2019-11-30 23:01:49 +08:00
Bo-Yi Wu 696aab4627
fix typos in README.md (#12)
fix typos in README.md
2019-11-23 12:12:53 +08:00
Denis Andrejew a88f6f2013
fix typos in README.md 2019-11-21 15:53:08 +01:00
Bo-Yi Wu 6f091cd9e3 chore(ssh): remove comma splitting
fix https://github.com/appleboy/ssh-action/issues/10
2019-11-21 11:10:52 +08:00
Bo-Yi Wu aa1ecdd19a update doc
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-30 16:55:40 +08:00
Bo-Yi Wu bffdd4e1f4 chore(ssh): set default port as 22
fix: https://github.com/appleboy/ssh-action/issues/5

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-30 16:54:44 +08:00
Bo-Yi Wu f4890bec77 update action link
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-30 11:35:28 +08:00
Bo-Yi Wu 9aaf218321 docs: update readme 2019-09-29 14:16:47 +08:00