This commit is contained in:
parent
65c490070f
commit
af37df9f8b
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ jobs:
|
|||
IdentityFile ~/.ssh/id_rsa
|
||||
StrictHostKeyChecking no
|
||||
EOF
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
- run: rsync -avz --delete ./public/ reason:Public/roam/
|
||||
|
|
Loading…
Reference in a new issue