actions-marketplace-validations/File deployments

GitHub Action that uploads files to remote servers (rsync + SSH)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 5, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/49nord_action-files@930b4d59cfebeaafa147c47f61595aa36f51f104 # no releases — HEAD as of 2026-07-21

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
srcThe local path that should be uploaded. Should end with a slash.yes
destThe remote location to sync to, e.g. `user@host:/path/to/dest/`. Should end with a slash.yes
ssh_keySSH private key to add before attempting any transfer.yes
known_hostsSSH known hosts file.yes
rsync_argsArguments passed to `rsync`. The defaults should cover most usecases.no--delete -avz
ssh_argsArgments passed to `rsyncs` SSH invocation, e.g. to pass a custom port use `-p 12345`.no

no outputs