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 4b05573 commit c66cd7fCopy full SHA for c66cd7f
.github/workflows/deploy.yml
@@ -33,6 +33,11 @@ jobs:
33
with:
34
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
35
36
+ - name: Add remote host to known_hosts
37
+ run: |
38
+ mkdir -p ~/.ssh
39
+ echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEbuUzPWSkuCC/iAE2KgxnCO22+9MLdTfTGLiVFOC6gm" >> ~/.ssh/known_hosts
40
+
41
- name: Deploy to server via rsync
42
run: |
43
rsync -avz --delete _site/ [email protected]:/var/www/hacklab.fi/
0 commit comments