From 89f46989d9e7dd439ab498f3d9e8a1e636e01d28 Mon Sep 17 00:00:00 2001 From: Brain Date: Thu, 25 Aug 2022 15:22:48 +0200 Subject: [PATCH] Add www to known hosts --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a4c67687..d350c668 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...