fourth attempt
Some checks failed
Ansible Deploy / deploy (Ansible/debian.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Has been cancelled
Ansible Lint / build (push) Successful in 1m10s
Some checks failed
Ansible Deploy / deploy (Ansible/debian.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Has been cancelled
Ansible Lint / build (push) Successful in 1m10s
This commit is contained in:
parent
c1e2aa4551
commit
919386cc3a
@ -19,6 +19,7 @@ jobs:
|
|||||||
echo "Host *" > ~/.ssh/config
|
echo "Host *" > ~/.ssh/config
|
||||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config
|
echo " StrictHostKeyChecking no" >> ~/.ssh/config
|
||||||
echo '${{secrets.SSH_PRIVATE_KEY}}' > ~/.ssh/id_rsa
|
echo '${{secrets.SSH_PRIVATE_KEY}}' > ~/.ssh/id_rsa
|
||||||
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user