yes
This commit is contained in:
parent
ff173f91a0
commit
9e2e127d69
1 changed files with 4 additions and 2 deletions
6
sync
6
sync
|
@ -1,4 +1,4 @@
|
||||||
apt-get install 'rsync'
|
apt-get install --yes 'rsync'
|
||||||
|
|
||||||
mkdir --parents ~/.ssh
|
mkdir --parents ~/.ssh
|
||||||
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
||||||
|
@ -6,7 +6,9 @@ chmod 400 ~/.ssh/id_ed25519
|
||||||
|
|
||||||
ssh \
|
ssh \
|
||||||
-o StrictHostKeyChecking=accept-new \
|
-o StrictHostKeyChecking=accept-new \
|
||||||
'cd@de.tilde.link' -- hostname
|
'cd@de.tilde.link' \
|
||||||
|
-- \
|
||||||
|
hostname
|
||||||
|
|
||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
||||||
|
|
Loading…
Reference in a new issue