Fixing example in readme
This commit is contained in:
parent
68c61830b6
commit
7585482de6
12
README.md
12
README.md
@ -32,11 +32,11 @@ It is recommended to pass all sensitive values through `secrets`
|
||||
name: Copy single file
|
||||
uses: tempersama/rsync-action@1.4
|
||||
with:
|
||||
host: ${{ secrets.host }}
|
||||
source: html/
|
||||
destination: /opt/nginx/website.com
|
||||
username: ${{ secrets.username }}
|
||||
key: ${{ secrets.SERVER_KEY }}
|
||||
port: 2222
|
||||
host: ${{ secrets.host }}
|
||||
source: html/
|
||||
destination: /opt/nginx/website.com
|
||||
username: ${{ secrets.username }}
|
||||
key: ${{ secrets.SERVER_KEY }}
|
||||
port: 2222
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user