mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-25 00:43:46 +01:00
Update README.md
This commit is contained in:
parent
6093fd5ca1
commit
050c29bcea
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ jobs:
|
||||||
path: src/
|
path: src/
|
||||||
remote_path: /var/www/html/
|
remote_path: /var/www/html/
|
||||||
remote_host: example.com
|
remote_host: example.com
|
||||||
remote_port: ${{ secrets.DEPLOY_PORT }}
|
remote_port: 5555
|
||||||
remote_user: debian
|
remote_user: debian
|
||||||
remote_key: ${{ secrets.DEPLOY_KEY }}
|
remote_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue