We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d05a2 commit 697e94cCopy full SHA for 697e94c
.github/workflows/deploy.yml
@@ -33,12 +33,10 @@ jobs:
33
with:
34
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
35
36
- - name: Enable SSHFP checking
+ - name: Add remote host to known_hosts
37
run: |
38
mkdir -p ~/.ssh
39
- echo "Host trinity.hacklab.fi
40
- VerifyHostKeyDNS yes
41
- StrictHostKeyChecking yes" >> ~/.ssh/config
+ echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEbuUzPWSkuCC/iAE2KgxnCO22+9MLdTfTGLiVFOC6gm" >> ~/.ssh/known_hosts
42
43
- name: Deploy to server via rsync
44
0 commit comments