Add www to known hosts

This commit is contained in:
Brain 2022-08-25 15:22:48 +02:00 committed by Gitea
parent 7fa0f596ad
commit 89f46989d9
1 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@ steps:
- pipx install lektor
- lektor build
- apk add rsync openssh
- echo "www.wtf-eg.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBp7eSOC07exvXuY4XhpZOuXax+zyzoymSVD4/+D/P6" >> ~/.ssh/known_hosts
- lektor deploy live
when:
target:
@ -58,6 +59,7 @@ steps:
- pipx install lektor
- lektor build
- apk add rsync openssh
- echo "www.wtf-eg.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBp7eSOC07exvXuY4XhpZOuXax+zyzoymSVD4/+D/P6" >> ~/.ssh/known_hosts
- lektor deploy dev
when:
target:
@ -65,6 +67,6 @@ steps:
---
kind: signature
hmac: 8ddcd8d284e6a0e19b9ef6456c9fe12ebaacaa1d639f1008b5a4527a4026d1b0
hmac: 2de977d0e1dd5584f901284e7d71a96bb14e205e9de67724ca631e57d357c17f
...