Commit Graph
100 Commits
Author SHA1 Message Date
Bo-Yi WuandGitHub 35093a99f9 chore: update drone-scp image to v1.6.13 (#158)
scp files / test scp action (push) Has been cancelled
scp files / test deploy artifact (push) Has been cancelled
scp files / test changed-files (push) Has been cancelled
scp files / test target folder (push) Has been cancelled
scp files / test Multiple Host (push) Has been cancelled
- Update the drone-scp image from version `1.6.12` to `1.6.13` in the Dockerfile

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2023-12-26 13:54:08 +08:00
appleboy 5878fc908f chore: update appleboy/scp-action to v0.1.5
scp files / test scp action (push) Has been cancelled
scp files / test deploy artifact (push) Has been cancelled
scp files / test changed-files (push) Has been cancelled
scp files / test target folder (push) Has been cancelled
scp files / test Multiple Host (push) Has been cancelled
- Update the version of `appleboy/scp-action` from `v0.1.4` to `v0.1.5`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-12-25 21:54:17 +08:00
Bo-Yi WuandGitHub abb6d70bee chore: update drone-scp to v1.6.12 version (#154)
* chore: update Dockerfile and CI configuration

- Remove unnecessary steps in the `testing` job in `ci.yml`
- Update the base image in `Dockerfile` to version 1.6.12
- Change the location of the `entrypoint.sh` file in `Dockerfile`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

* update

Signed-off-by: appleboy <appleboy.tw@gmail.com>

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-12-25 21:52:55 +08:00
appleboy d47d818ab7 docs: improve OpenSSH setup and usage instructions
- Corrected a typo in the instructions for changing the default OpenSSH shell to git bash
- Added instructions to set `tar_dereference` and `rm` variable to `true` in the YAML file
- Advised against putting the `port` value through a variable
- Provided guidance on converting the target path to a Unix path: `/c/path/to/target/`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-07-21 22:49:16 +08:00
Bo-Yi WuandGitHub c209399d24 chore: update Docker image for drone-scp to version 1.6.10 (#116)
- Update the `drone-scp` Docker image from version `1.6.9` to `1.6.10`

fix https://github.com/appleboy/scp-action/issues/112
2023-04-16 12:16:16 +08:00
Bo-Yi WuandGitHub 952a6e3250 ci: refactor CI workflow to support multiple hosts (#115)
- Add a new job to copy files to multiple hosts in the CI workflow

fix https://github.com/appleboy/scp-action/issues/98
2023-04-16 11:44:14 +08:00
Bo-Yi WuandGitHub 82ebdbe3ed feat: support folder name contain space keyword (#110)
- Rename a workflow job from `deploy artifact` to `test deploy artifact`
- Add a new workflow job for copying files to a server

ref https://github.com/appleboy/scp-action/issues/85
2023-04-15 08:32:05 +08:00
Bo-Yi.Wu e0dbae8ff0 chore: update target field path in multiple files
- Change the `target` field value from `&#34;test&#34;` to `your_server_target_folder_path` in multiple places in the file.

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 18:30:02 +08:00
Bo-Yi.Wu 3e84ad0651 chore: update GitHub Actions and dependencies
- Update the GitHub Actions `checkout` and `scp-action` versions.

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 18:28:00 +08:00
Bo-Yi WuandGitHub 8a92fcdb1e chore: upgrade drone-scp to v1.6.7 version. (#101)
scp files / test scp action (push) Has been cancelled
scp files / deploy artifact (push) Has been cancelled
scp files / test changed-files (push) Has been cancelled
2023-04-09 18:26:09 +08:00
Bo-Yi WuandGitHub 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 WuandGitHub 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 WuandGitHub 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 d47875703f docs: update target and source fields in README and action.yml descriptions
- Change in README.md: Updated required fields for `target` and `source`
- Change in action.yml: Updated description for `target` input field

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 16:38:43 +08:00
Bo-Yi.Wu a4e63f0f1a docs: add README configuration for custom file exclusions
- Add configuration example for excluding custom files in README.md

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 16:10:11 +08:00
Bo-Yi.Wu 7cc0f645c7 docs: improve README.md explanations of tar flags
- Update the `README.md` file with more details about tar flags
- Replace `use --overwrite` with `overwrite existing files when extracting` in the `README.md` file
- Replace `use --dereference` with `follow symlinks; archive and dump the files they point to` in the `README.md` file

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 15:55:16 +08:00
Bo-Yi.Wu dcb457bb6f chore: add option to dereference symlinks in tar command
- Add a flag to use `--dereference` with tar command

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 15:53:02 +08:00
Bo-Yi.Wu 11c56b52d3 feat: update action.yml with new flags and descriptions
- Update the `description` of `--overwrite` flag in `action.yml`
- Add a new input `tar_dereference` with `--dereference` flag in `action.yml`

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-09 15:53:02 +08:00
Bo-Yi WuandGitHub 51b937b31f feat: add new input for tar executable path (#102)
- Add new input `tar_exec` with description and default value

fix https://github.com/appleboy/drone-scp/issues/137
fix https://github.com/appleboy/scp-action/issues/83
2023-04-09 11:57:45 +08:00
Bo-Yi Wu 98930d398c docs: fix format
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-07-30 10:29:28 +08:00
Bo-Yi Wu 9ec0623f29 docs: fix format
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-07-30 10:28:44 +08:00
Bo-Yi Wu 7f8a7c1019 docs: add new section: Setting up a SSH Key
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-07-30 10:23:52 +08:00
Bo-Yi Wu 2ce642f289 chore: enable funding button 2022-06-15 22:13:32 +08:00
Bo-Yi Wu 6d1fc191a8 chore: add dependabot
scp files / Build (push) Has been cancelled
2022-06-15 22:08:26 +08:00
Bo-Yi Wu 233f762873 fix(ssh): OpenSSH 8.8+ RSA keys incompatibility
See: https://github.com/appleboy/drone-scp/issues/130
2022-06-15 22:06:41 +08:00
Bo-Yi WuandGitHub b3f8d37ead Update README.md 2022-02-24 11:13:59 +08:00
Bo-Yi Wu f57f59fba9 chore(drone-scp): upgrade to 1.6.3
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2021-10-23 18:49:52 +08:00
Bo-Yi Wu 8a54b39459 chore: replace ADD with COPY 2021-02-13 10:57:10 +08:00
Bo-Yi Wu edc8ec9139 chore: bump drone-scp to v1.6.2
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-06-15 16:04:17 +08:00
Bo-Yi Wu 167d6d7ff4 try the latest version
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-06-15 16:00:17 +08:00
Bo-Yi WuandGitHub ecd6a3623b Create .env 2020-06-15 15:33:59 +08:00
Bo-Yi WuandGitHub 31b514c281 fix typo 2020-06-05 09:06:01 +08:00
Bo-Yi WuandGitHub 5924b2b6d4 Merge pull request #25 from appleboy/use_insecure_cipher
scp files / Build (push) Has been cancelled
2020-05-24 14:33:16 +08:00
Bo-Yi Wu a2fea1040d chore: bump drone-scp to v1.6.1 2020-05-24 14:26:07 +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 faff4f4218 chore: bump drone-scp to 1.6.0
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-22 09:47:12 +08:00
Bo-Yi Wu ddd9176502 remove unused flag
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-22 09:45:56 +08:00
Bo-Yi Wu 326e14ddd1 docs: add fingerprint flag
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-22 09:44:56 +08:00
Bo-Yi Wu 0329cffdaa chore: remove fail job 2020-05-22 00:47:08 +08:00
Bo-Yi Wu 6df9245376 chore: add debug 2020-05-21 23:33:05 +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 WuandGitHub 2949c755a2 Merge pull request #22 from appleboy/docs 2020-05-08 19:04:41 +08:00
Bo-Yi Wu aefa39daef chore: Add limitation in readme 2020-05-08 19:04:16 +08:00
Bo-Yi Wu 2305e4000a upgrade drone-scp to 1.5.9
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-05 09:54:11 +08:00
Bo-Yi Wu c51573a06a upgrade drone-scp to 1.5.8
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-04 12:44:33 +08:00
Bo-Yi WuandGitHub d068cd7f84 Merge pull request #20 from appleboy/docs 2020-05-04 09:16:53 +08:00
Bo-Yi Wu 8ba3cfe760 docs: use with instead of env
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2020-05-04 09:12:47 +08:00
Bo-Yi Wu 1a6b426141 chore: upgrade drone-scp to 1.5.7
scp files / Build (push) Has been cancelled
2020-04-16 22:25:52 +08:00
Bo-Yi WuandGitHub 8b3eebcc8d Merge pull request #11 from dbingham/fixTypo
scp files / Build (push) Has been cancelled
Update to drone-scp 1.5.6
2020-02-27 11:19:51 +08:00
Bo-Yi WuandGitHub 6971270956 Add rm default value. 2020-02-25 23:47:04 +08:00
Bo-Yi WuandGitHub bac6c9e026 update rm default value 2020-02-25 23:46:08 +08:00
Bo-Yi Wu b04405242e chore: improve ci workflow 2020-02-14 00:49:23 +08:00
Bo-Yi Wu 5cb36bda99 chore: add proxy setting
scp files / Build (push) Has been cancelled
2020-01-20 23:08:15 +08:00
Bo-Yi Wu 6c5771fab8 chore: Add passphrase 2020-01-20 23:07:25 +08:00
Bo-Yi Wu 193fd4eaa9 chore: add passphrase testing 2020-01-20 22:51:17 +08:00
Bo-Yi Wu a5de8af6d5 chore: update default timeout to 10 minutes
scp files / Build (push) Has been cancelled
2019-11-30 23:17:05 +08:00
Bo-Yi WuandGitHub 671c934c80 Update README.md 2019-09-30 21:52:10 +08:00
Bo-Yi Wu 8da6e3d335 update docs
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-30 16:59:44 +08:00
Bo-Yi Wu 196ea3f88f chore(scp): default port is 22
scp files / Build (push) Has been cancelled
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-30 16:58:33 +08:00
Bo-Yi WuandGitHub 034b0ad00c Update README.md 2019-09-30 11:38:02 +08:00
Bo-Yi Wu 95e250284b docs: update readme 2019-09-29 14:16:22 +08:00
Bo-Yi Wu a593d18cb8 docs: add default value of timeout 2019-09-29 01:45:56 +08:00
Bo-Yi Wu 2e28e2ddc9 chore: bump drone-scp to 1.5.3
scp files / Build (push) Has been cancelled
2019-09-29 01:43:03 +08:00
Bo-Yi Wu f8189f0fbf chore(scp): add overwrite and tar_tmp_path 2019-09-29 01:42:21 +08:00
Bo-Yi Wu 722ddfc32b chore: upgrade to drone-scp:1.5.2
scp files / Build (push) Has been cancelled
2019-09-28 12:55:25 +08:00
Bo-Yi Wu e506e72e83 remove debug message
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-28 12:45:17 +08:00
Bo-Yi Wu bd7b71696a debug
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-28 12:43:06 +08:00
Bo-Yi Wu b1b9ed628c docs: update default value 2019-09-28 12:41:21 +08:00
Bo-Yi Wu 72fe6fa2ca add default value
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-28 12:39:28 +08:00
Bo-Yi Wu f1b7ce641c update INPUT_STRIP_COMPONENTS
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-28 12:37:22 +08:00
Bo-Yi Wu 722d935a90 update INPUT_STRIP_COMPONENTS
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-09-28 12:34:38 +08:00
Bo-Yi Wu 6fd371aeaf docs: add example 2019-09-28 12:26:40 +08:00
Bo-Yi Wu 5138976c70 docs: add badge 2019-09-28 12:17:08 +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 2ef3f5e459 chore: check timeout variable 2019-09-28 11:40:28 +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 a6224ab4f0 chore: add github actions config 2019-09-28 10:42:13 +08:00
Bo-Yi Wu 1a31789cbc chore: rename the worflow file 2019-09-28 10:32:00 +08:00
Bo-Yi Wu 74e3e1df58 docs: add args command helper. 2019-05-12 10:25:37 +08:00
Bo-Yi Wu b476d5806f fix: action name 2019-05-11 22:28:54 +08:00
Bo-Yi Wu 777653a836 fix: Add secret in args 2019-05-11 22:27:02 +08:00
Bo-Yi Wu d559380609 chore: specific docker image version 2019-05-11 21:32:25 +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 1af1019273 chore: update drone scp command 2019-05-11 20:30:07 +08:00
Bo-Yi Wu 64c8a87402 docs: update readme 2019-05-11 19:49:38 +08:00
Bo-Yi Wu c73f1d85aa feat: Copy file via ssh key 2019-05-11 19:28:30 +08:00
Bo-Yi Wu 144bf7d9c3 chore: update scp tag 2019-05-11 17:21:09 +08:00
Bo-Yi Wu a072381ac2 docs: update readme 2019-05-11 17:04:21 +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