Add missing -r flag for rsync
This commit is contained in:
parent
7fcfc2b0a7
commit
4a2bd8bf59
|
@ -22,4 +22,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: documentation
|
name: documentation
|
||||||
- run: ls -lah
|
- run: ls -lah
|
||||||
- run: 'rsync -e "ssh -vv -p 2342" ./ deployment@tkolb.de:'
|
- run: 'rsync -e "ssh -vv -p 2342" -r . deployment@tkolb.de:'
|
||||||
|
|
Loading…
Reference in a new issue