Commit Graph

48 Commits

Author SHA1 Message Date
Michael de Wit ab1e212db6 Merge pull request #41 from tomeli5n/patch-1
pastsub_replacement
2024-11-22 22:17:14 +01:00
Mario Tomelin 277fd8db0f pastsub_replacement
fixes #40 , issue related to Bash 5.2 and '&' as delimitier.
2024-11-21 16:33:58 -03:00
Michael de Wit 25ded3bfe1 fix github actions workflow, update alpine base version to 3.20, fix ignore pattern in docs 2024-11-21 14:48:04 +01:00
Michael de Wit 89ed26fef2 Merge pull request #39 from johnwmail/feature/arm64
Add github actions build and publish automation
2024-11-21 14:32:07 +01:00
John Wong 47be439f87 Update build.yml 2024-11-19 08:30:09 +08:00
John Wong 5847948c7d Update build.yml 2024-11-19 08:29:01 +08:00
John Wong 306207a737 build for arm64/amd64 2024-11-19 08:27:23 +08:00
Michael de Wit ea6b079c59 Merge pull request #33 from mortbauer/master
add option log_level
2022-07-11 12:39:48 +02:00
Martin Ortbauer d199cb4ecd add option log_level 2022-07-11 12:28:21 +02:00
Michael de Wit b311cd7457 Update docs for Drone v1, remove docs for older versions, update base image to Alpine 3.13 2021-02-08 12:47:38 +01:00
Michael de Wit 21497cd5b8 Merge pull request #26 from tungquach/master
Update 1-DOCS.md
2020-04-23 12:18:44 +02:00
Tung Quach c8707befb6 Update 1-DOCS.md
Fix the wrong config name for list of commands to execute on remote machines after rsync occurs
2020-04-22 21:02:10 +07:00
Michael de Wit 098162e766 Merge pull request #21 from jessequinn/master
Pre and Post Script
2019-12-01 14:38:15 +01:00
Jesse Quinn d389abaac3 updated DOCs 2019-11-29 10:15:02 -03:00
Michael de Wit cb1a3e5609 Revert "removed not working ssh key type detection"
This reverts commit 1723444289.
2019-11-29 10:53:23 +01:00
Michael de Wit c1d7056ba3 Merge pull request #20 from imolein/patch2
removed not working ssh key type detection
2019-11-29 09:24:30 +01:00
Michael de Wit 40993ada24 Merge pull request #19 from imolein/patch1
raised alpine version
2019-11-29 09:18:51 +01:00
Jesse Quinn 9f746c264d updated README 2019-11-28 07:18:58 -03:00
Jesse Quinn be77164f55 updated for PR concerns 2019-11-28 07:16:46 -03:00
Jesse Quinn 9e935426bd updated code to new maintainer
and using latest alpine
2019-11-27 17:22:48 -03:00
Jesse Quinn 8acd960634 updated DOCs 2019-11-27 09:59:20 -03:00
Jesse Quinn 453b74ab9c updated gitignore 2019-11-27 09:56:53 -03:00
Jesse Quinn 7f45331dd3 added gitignore and pre and post script possibilities 2019-11-27 09:32:11 -03:00
Sebastian Huebner 1723444289 removed not working ssh key type detection 2019-10-01 14:43:24 +02:00
Sebastian Huebner 3a19d88d79 Dockerfile: raised alpine version 2019-10-01 14:31:56 +02:00
Michael de Wit d54b54d36d Merge pull request #17 from adelowo/docs_drone_1
Add docs for Drone 1
2019-03-31 11:31:24 +02:00
Lanre Adelowo 4326e0e470 add RSYNC_USER to env 2019-03-30 00:04:02 +01:00
Lanre Adelowo 24b116006b show how to read rsync_key secret value 2019-03-29 23:36:54 +01:00
Lanre Adelowo 01d606cc9f add steps: 2019-03-29 21:58:18 +01:00
Lanre Adelowo b15f814c66 update readme to point users of different versions to the right docs 2019-03-29 21:54:52 +01:00
Lanre Adelowo 309c68b401 add docs for drone 1 2019-03-29 21:47:37 +01:00
Michael de Wit 33f48dc667 Merge pull request #16 from wushan/master
[PR] Specify port for each host.
2019-02-21 17:25:03 +01:00
tony 3b9deb4196 use arg [port] as default port 2019-02-21 18:00:22 +08:00
tony 871a4150fc Specify port for each host. 2019-02-20 17:57:59 +08:00
Michael de Wit eef35d9c32 Update docs for Drone 0.6 and up 2018-01-16 16:33:02 +01:00
Michael de Wit 6fa82ff06f Fix typo in docs. Closes #8 2017-11-06 08:22:05 +01:00
Michael de Wit 7f53fc64c8 Improve 0.6+ docs 2017-07-03 08:24:37 +02:00
Michael de Wit 5f786e896c Merge pull request #6 from alicebob/drone07
update keys documentation for drone 0.7
2017-07-03 08:15:59 +02:00
Harmen 3e15c98285 update README for drone 0.7 2017-06-30 21:21:31 +02:00
Michael de Wit 6b0dfda59e Update the docs to fix #3 2017-03-13 08:56:11 +01:00
Michael de Wit f5c00995b4 Merge pull request #2 from d-fens/patch-1
Use ecdsa or ed25519 for the SSH_KEY if required
2017-02-21 13:24:51 +01:00
d-fens 48516860f1 Use ecdsa or ed25519 for the SSH_KEY if required
Currently this will not connect if the server forces a particular key type such as ed25519 which can prevent the script from connecting. This allows the server to connect if it detects a particular key in use by the user.

Not included in this change is a DSA key since they are typically being depreciated and therefore not recommended.
2017-02-21 12:18:55 +00:00
Michael de Wit fd00840905 Merge pull request #1 from chrishawes/feature/rsync-arguments
Allow passing of extra arguments to rsync
2017-01-11 10:33:50 +01:00
Chris Hawes b7070bec42 Allow passing of extra arguments to rsync 2017-01-10 21:49:45 +00:00
Michael de Wit 465d4cae85 Fix a bug where setting 'delete' or 'recursive' to false would still perform these operations 2016-12-29 17:06:47 +01:00
Michael de Wit a51fa78868 Add README and DOCS 2016-12-29 16:53:27 +01:00
Michael de Wit 9f7809fcb3 Add rsync script and Dockerfile 2016-12-28 22:03:22 +01:00
Michael de Wit 8e588f0d15 Initial commit 2016-12-28 21:50:50 +01:00