39 Commits
Author SHA1 Message Date
wl c392989cc9 Merge pull request #63 from KinNeko-De/feature/62-ssh-private-key-parameter
Make ssh_private_key optional in action.yml
2026-03-24 10:49:31 +08:00
Nils Diekmann bada6e2c24 Make ssh_private_key optional in action.yml
Changed ssh_private_key requirement from true to false.
2025-10-16 14:58:53 +02:00
wl a5ccb9c621 fix: use default value for unset passphrase parameter to prevent error
Update the script to reference the 12th parameter as ${12:-} instead of ${12} when checking for a passphrase. This change prevents the script from failing with a "parameter not set" error under set -u if the passphrase is not provided.
v1.2.6
2025-04-16 10:41:35 +08:00
wl b131f3d078 Merge pull request #61 from jreker/master
Added support for encrypted private keys
2025-04-16 10:06:51 +08:00
Johannes Reker a2526c619d doc: refined example and changed versions 2025-03-19 16:53:16 +01:00
Johannes Reker 74f82cb508 feat: added ssh_passphrase for encrypted private key auth 2025-03-19 16:43:23 +01:00
wl 896dcfc555 feat: Add rsync filtering and optimize SFTP deployment process
- Introduced rsync support with customizable `rsyncArgs` for file filtering.
- Ensured only filtered content is uploaded, avoiding `filtered_upload` folder inclusion.
- Updated documentation to reflect the latest changes and usage examples.
v1.2.5
2024-12-31 11:39:56 +08:00
wl 89e97d73f9 1. update readme 2023-08-21 14:45:05 +08:00
wl 675755b272 1. Update readme about issues #51 2023-03-17 10:12:18 +08:00
wl 067de34294 Merge pull request #34 from alfreddagenais/master
Ajustement for Readme file
2022-07-14 13:42:29 +08:00
Alfred Dagenais 834e1ad841 CHG: ajustement wording explication 2022-07-13 16:56:43 -04:00
Alfred Dagenais 259119b427 ADD: s 2022-07-13 16:55:23 -04:00
Alfred Dagenais f944ea4c67 CHG: ajustement tab vs spacing 2022-07-13 16:54:30 -04:00
Alfred Dagenais 7589349f24 CHG: ajustement into documentation 2022-07-13 16:49:23 -04:00
wl da88a4dbe9 fix password typo v1.2.4 2022-07-01 09:29:31 +08:00
wl e57406ff6c 1. update readme 2022-07-01 09:26:31 +08:00
wl 6596a6c48c 1. support password 2022-07-01 09:23:58 +08:00
wl 33436f92f1 1. require remote_path v1.2.3 2022-06-29 21:49:29 +08:00
wl 3586e619fa 1. Option to let delete existing files 2022-06-29 20:47:36 +08:00
wl 8392b571c7 Merge pull request #17 from Bunyod545/patch-1
Docker file Alpine version changed to 3.13
2022-06-29 13:31:52 +08:00
wl c6e4d76ad9 Merge pull request #26 from leoppro/master
Add an option named `sftp_only` to connect via sftp only
v1.2.2
2022-02-22 08:43:07 +08:00
leoppro 3a6bd36ae1 Add an option named sftp_only to connect via sftp only 2021-09-19 20:50:48 +08:00
Bunyod545 00c712f732 Docker file Alpine version changed to 3.13 2021-06-08 15:53:46 +05:00
wl 28d6168ebf 1. fix mkdir issue v1.2.1 2021-03-31 12:50:09 +08:00
wl f19d10cf6b 1. fix mkdir issue v1.2 2021-03-31 12:06:37 +08:00
wl cf8d9e5b50 Merge pull request #8 from stan-chen/fix-ssh-port
mkdir cannot connect non 22 port
1.1
2020-11-26 09:15:07 +08:00
StanleyChen 6ff9f12bc8 mkdir cannot connect non 22 port 2020-11-10 08:23:18 +08:00
wl b2206dcb19 Merge pull request #4 from JulianGro/ssh_mkdir
Create directory if needed
2020-07-05 15:43:27 +08:00
wl 19ad014b34 Merge pull request #3 from JulianGro/readme
Fix first example in readme
2020-07-05 15:33:42 +08:00
Julian Groß 1f1ab26f78 remove "make sure dir exists" 2020-07-03 11:35:24 +02:00
Julian Groß 564673d595 disable StrictHostKeyChecking 2020-07-03 11:28:33 +02:00
Julian Groß 7fd32bff94 make directory when needed 2020-07-03 11:17:29 +02:00
motofckr9k 610ec6e1c9 Fix first example in readme 2020-07-03 03:36:27 +02:00
william f1b3556b75 1. update readme 2020-02-18 22:57:55 +08:00
william 6b5c2a4271 1. update readme 2020-02-18 10:09:16 +08:00
william fe288f8e0f 1. branding v1.0 2020-02-17 20:19:11 +08:00
william e47de0c699 1. rename 2020-02-17 20:07:12 +08:00
william e39a121502 1. add branding 2020-02-17 20:05:35 +08:00
william fb476625c3 1. init 2020-02-17 19:50:46 +08:00