diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 19:08:32 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 19:08:32 -0700 |
commit | ed2fb7c25c749160cf6a2efa76b07a1a7a9c96c1 (patch) | |
tree | 018536eae04349278417d2fbaf3e64c6d41bfda9 /.drone.yml | |
parent | dad768e08eb968d4c4560b35d0e36f4b35a9a84a (diff) |
drone sucks
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |