49nord/File deployments

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

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 20, 2026
Maintenance Recency
Stalelast commit Mar 5, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 49nord/action-files@fcafc8f5ff59c9d85a333d11e7bf77a0fa0ba931 # v1

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