parent
85d63626e8
commit
65c490070f
1 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,6 @@ jobs:
|
|||
IdentityFile ~/.ssh/id_rsa
|
||||
StrictHostKeyChecking no
|
||||
EOF
|
||||
cat <<EOF > ~/.ssh/id_rsa
|
||||
$SSH_PRIVATE_KEY
|
||||
EOF
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
- run: rsync -avz --delete ./public/ reason:Public/roam/
|
||||
|
|
Loading…
Reference in a new issue