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.
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
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.
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
wl
da88a4dbe9
fix password typo
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
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
2022-02-22 08:43:07 +08:00
wl
28d6168ebf
1. fix mkdir issue
2021-03-31 12:50:09 +08:00
wl
f19d10cf6b
1. fix mkdir issue
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
2020-11-26 09:15:07 +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