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 5828b8d commit 529e16dCopy full SHA for 529e16d
.github/workflows/deploy.yml
@@ -28,9 +28,9 @@ jobs:
28
- name: Add remote host to known_hosts
29
run: |
30
mkdir -p ~/.ssh
31
- echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEbuUzPWSkuCC/iAE2KgxnCO22+9MLdTfTGLiVFOC6gm" >> ~/.ssh/known_hosts
+ echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIABqIG0UdrOqODrYLoYoK7c3ZA7s179ynK2QSn+vUwiq" >> ~/.ssh/known_hosts
32
33
- name: Deploy to server via rsync
34
35
- rsync -rltz --delete _site/* [email protected]:/var/www/hacklab.fi/
+ rsync -rltz --delete _site/ [email protected]:/var/www/hacklab.fi/
36
0 commit comments