third attempt
Some checks failed
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/debian.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Failing after 4s
Ansible Lint / build (push) Has been cancelled
Some checks failed
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/debian.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Failing after 4s
Ansible Lint / build (push) Has been cancelled
This commit is contained in:
parent
2b4418bdf1
commit
c1e2aa4551
@ -16,6 +16,8 @@ jobs:
|
||||
- name: Copy SSH Key
|
||||
run: |
|
||||
mkdir ~/.ssh/
|
||||
echo "Host *" > ~/.ssh/config
|
||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config
|
||||
echo '${{secrets.SSH_PRIVATE_KEY}}' > ~/.ssh/id_rsa
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user