Compare commits
No commits in common. "5863c295b7a2d93b34539d29b818afc5fc237f12" and "c2a7724b0c1c2b939591bba54550588dd77a256b" have entirely different histories.
5863c295b7
...
c2a7724b0c
|
|
@ -27,9 +27,6 @@ jobs:
|
|||
|
||||
- name: Deploy to Server via rsync
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y -qq rsync openssh-client
|
||||
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
|
|
|||
Loading…
Reference in New Issue