summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 19:08:32 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 19:08:32 -0700
commited2fb7c25c749160cf6a2efa76b07a1a7a9c96c1 (patch)
tree018536eae04349278417d2fbaf3e64c6d41bfda9 /.drone.yml
parentdad768e08eb968d4c4560b35d0e36f4b35a9a84a (diff)
drone sucks
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 4 insertions, 0 deletions
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