Transfer file using rsync
.github | ||
.gitignore | ||
.yamllint | ||
action.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
rsync-docker.sh |
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