From e5ae098d6f2fee15bec6293caa099b6771e86601 Mon Sep 17 00:00:00 2001 From: Brain Date: Thu, 25 Aug 2022 15:28:39 +0200 Subject: [PATCH] Fix deployment issue --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d350c66..5dcbabf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,6 +42,7 @@ steps: - pipx install lektor - lektor build - apk add rsync openssh + - mkdir ~/.ssh - echo "www.wtf-eg.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBp7eSOC07exvXuY4XhpZOuXax+zyzoymSVD4/+D/P6" >> ~/.ssh/known_hosts - lektor deploy live when: @@ -59,6 +60,7 @@ steps: - pipx install lektor - lektor build - apk add rsync openssh + - mkdir ~/.ssh - echo "www.wtf-eg.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBp7eSOC07exvXuY4XhpZOuXax+zyzoymSVD4/+D/P6" >> ~/.ssh/known_hosts - lektor deploy dev when: @@ -67,6 +69,6 @@ steps: --- kind: signature -hmac: 2de977d0e1dd5584f901284e7d71a96bb14e205e9de67724ca631e57d357c17f +hmac: 1d3d4b3f8845995c06e246c3874c98b5ae9ef2cb50ed3bf382942f52038eb784 ...