Commit Graph

30 Commits

Author SHA1 Message Date
Bo-Yi Wu 6cd4f0cace
ci: add automated deployment for changed files (#105)
- Add a new job `changes` to the `ci.yml` file
- Copy changed files to a server in the `changes` job
- Add a YAML code block to the `README.md` file

fix https://github.com/appleboy/scp-action/issues/73
2023-04-09 18:10:17 +08:00
Bo-Yi Wu 43abfa778d
ci: add tests for incorrect scp-action authentication (#104)
- Add two jobs to `.github/workflows/ci.yml` for testing scp-action with incorrect passwords and keys

fix https://github.com/appleboy/scp-action/issues/86
2023-04-09 17:13:24 +08:00
Bo-Yi Wu c8e0cef94a
ci: add deployment workflow for artifact delivery (#103)
- Add a deployment job to the CI workflow
- Upload `world.txt` as an artifact
- Download the artifact to the `distfiles` directory
- Add a step to copy files to a server using SSH

fix https://github.com/appleboy/scp-action/issues/35
2023-04-09 16:49:19 +08:00
Bo-Yi Wu 2ce642f289 chore: enable funding button 2022-06-15 22:13:32 +08:00
dependabot[bot] 6291b9e86b
chore(deps): bump actions/checkout from 1 to 3 (#81)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 22:11:02 +08:00
Bo-Yi Wu 6d1fc191a8 chore: add dependabot 2022-06-15 22:08:26 +08:00
Bo-Yi Wu 8535291767 chore: add use insecure cipher flag
fix server offered: [diffie-hellman-group-exchange-sha256] error

See https://github.com/appleboy/scp-action/issues/15
2020-05-24 14:24:45 +08:00
Bo-Yi Wu 0329cffdaa chore: remove fail job 2020-05-22 00:47:08 +08:00
Bo-Yi Wu 4df1959b05 chore: add debug 2020-05-21 23:30:27 +08:00
Bo-Yi Wu 1c43a9662a chore: test 2020-05-21 23:24:36 +08:00
Bo-Yi Wu b04405242e chore: improve ci workflow 2020-02-14 00:49:23 +08:00
Bo-Yi Wu 193fd4eaa9 chore: add passphrase testing 2020-01-20 22:51:17 +08:00
Bo-Yi Wu 6fd371aeaf docs: add example 2019-09-28 12:26:40 +08:00
Bo-Yi Wu d322577e98 docs: update readme 2019-09-28 12:16:21 +08:00
Bo-Yi Wu c0a815a115 docs: update readme. 2019-09-28 12:13:03 +08:00
Bo-Yi Wu afd2e26f9f chore: copy file via ssh key 2019-09-28 12:01:18 +08:00
Bo-Yi Wu f0de4fea6f chore: add default timeout 2019-09-28 11:37:34 +08:00
Bo-Yi Wu 03e93ae863 chore: update target 2019-09-28 11:32:50 +08:00
Bo-Yi Wu bffdab6759 chore: update 2019-09-28 11:23:50 +08:00
Bo-Yi Wu e22c039905 chore: checkout source code. 2019-09-28 11:15:01 +08:00
Bo-Yi Wu 44284b60e4 chore: add timeout flag 2019-09-28 11:10:11 +08:00
Bo-Yi Wu b154adaf5c chore: copy file via ssh password 2019-09-28 10:54:49 +08:00
Bo-Yi Wu 1a31789cbc chore: rename the worflow file 2019-09-28 10:32:00 +08:00
Bo-Yi Wu 777653a836 fix: Add secret in args 2019-05-11 22:27:02 +08:00
Bo-Yi Wu e19e960a89 chore: update format 2019-05-11 21:31:19 +08:00
Bo-Yi Wu b4a9fbedff chore: add secret in args 2019-05-11 21:16:16 +08:00
Bo-Yi Wu 9f07126ae4 feat: Add source in command. 2019-05-11 20:34:48 +08:00
Bo-Yi Wu c73f1d85aa feat: Copy file via ssh key 2019-05-11 19:28:30 +08:00
Bo-Yi Wu 43757ae382 chore: update title 2019-05-11 17:03:14 +08:00
Bo-Yi Wu 7b4ff3269b feat: initial 2019-05-11 17:01:31 +08:00