summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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