Skip to content

Commit

Permalink
docs: 📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 4, 2023
1 parent efcbf3f commit 8ad0fa0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ Rsync files from a GitHub repo to a destination server over SSH
| `SSH_PRIVATE_KEY` | The private key part of an SSH key pair. The public key part should be added to the `authorized_keys` on the destination server. |
| `SSH_USERNAME` | The username to use when connecting to the destination server |
| `SSH_HOSTNAME` | The hostname of the destination server |
| `SSH_CONFIG` | Override the SSH config (~/.ssh/config) file |
| `SSH_CONFIG` | Override the SSH config (/gh-rsync/.ssh/config) file |

```sh
# The `SSH_PRIVATE_KEY` will be stored in `/gh-rsync/.ssh/deploy_key`
# It can be referenced in a `SSH_CONFIG` like:

Host example.com
IdentityFile /gh-rsync/.ssh/deploy_key
```

## Required arguments

Expand Down

0 comments on commit 8ad0fa0

Please sign in to comment.