Fixing example in readme

This commit is contained in:
shockrah 2024-09-28 14:23:43 -07:00
parent 68c61830b6
commit 7585482de6

View File

@ -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
```