Skip to content

Commit 529e16d

Browse files
authored
Update deploy.yml for new Trinity
Signed-off-by: Sami Olmari <[email protected]>
1 parent 5828b8d commit 529e16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Add remote host to known_hosts
2929
run: |
3030
mkdir -p ~/.ssh
31-
echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEbuUzPWSkuCC/iAE2KgxnCO22+9MLdTfTGLiVFOC6gm" >> ~/.ssh/known_hosts
31+
echo "trinity.hacklab.fi ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIABqIG0UdrOqODrYLoYoK7c3ZA7s179ynK2QSn+vUwiq" >> ~/.ssh/known_hosts
3232
3333
- name: Deploy to server via rsync
3434
run: |
35-
rsync -rltz --delete _site/* [email protected]:/var/www/hacklab.fi/
35+
rsync -rltz --delete _site/ [email protected]:/var/www/hacklab.fi/
3636

0 commit comments

Comments
 (0)