From ed2fb7c25c749160cf6a2efa76b07a1a7a9c96c1 Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 27 Aug 2023 19:08:32 -0700 Subject: drone sucks --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index e649b82..2503b49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ name: deploy_hugo steps: - name: submodules image: alpine/git + environment: + GIT_SSH_KEY: + from_secret: GIT_SSH_PRIVATE + GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no commands: - mkdir ~/.ssh - umask 077 -- cgit v1.2.3