Transfer file using rsync
Find a file
L3D 8ba0e72d2e
All checks were successful
hadolint Dockerfile / build (push) Successful in 8s
shellchecking ansible-docker.sh / build (push) Successful in 13s
Yamllint GitHub Actions / Yamllint (push) Successful in 9s
s/HOSTS/HOST/
2023-05-11 23:51:32 +02:00
.github repair yammlint 2023-05-11 23:44:48 +02:00
.gitignore Initialize repo 2023-05-11 22:18:07 +02:00
.yamllint Initialize repo 2023-05-11 22:18:07 +02:00
action.yml Transfer files using rsync 2023-05-11 22:41:39 +02:00
Dockerfile s/HOSTS/HOST/ 2023-05-11 23:51:32 +02:00
LICENSE Initialize repo 2023-05-11 22:18:07 +02:00
README.md Add inputs to readme (dirty) 2023-05-11 23:25:02 +02:00
rsync-docker.sh s/HOSTS/HOST/ 2023-05-11 23:51:32 +02:00

MIT License

inputs: source: description: | Which file, files or folders should be transfered? Enter the filepath. required: true destionation: description: | Where does the files go? Destination filepath on webserver. required: true host: description: | Destination Server. IP or FQDN please. required: true user: description: | Destination User required: true sshkey: description: | SSH Private Key (ED25519) required: true