49nord/File deployments
GitHub Action that uploads files to remote servers (rsync + SSH)
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Mar 5, 2021
- License
- MIT
Pinned Snippet
uses: 49nord/action-files@fcafc8f5ff59c9d85a333d11e7bf77a0fa0ba931 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| src | The local path that should be uploaded. Should end with a slash. | yes | — |
| dest | The remote location to sync to, e.g. `user@host:/path/to/dest/`. Should end with a slash. | yes | — |
| ssh_key | SSH private key to add before attempting any transfer. | yes | — |
| known_hosts | SSH known hosts file. | yes | — |
| rsync_args | Arguments passed to `rsync`. The defaults should cover most usecases. | no | --delete -avz |
| ssh_args | Argments passed to `rsyncs` SSH invocation, e.g. to pass a custom port use `-p 12345`. | no | — |
Outputs
no outputs