diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 14:18:22 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 14:18:22 -0700 |
commit | c4626415242d2ef6563fb8c4ddc82a3500d95d46 (patch) | |
tree | 1850e5740340d1d4236b95ca0ef1125f3f053b4e /.drone.yml | |
parent | e85b1488a93b9187596d912dd55827cebac2e1d4 (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ steps: - apt-get update - apt-get install git -y - mkdir ~/.ssh + - echo "$GIT_PUB" + - echo "$GIT_SEC" - echo "$GIT_PUB" > ~/.ssh/id_ed25519.pub - echo "$GIT_SEC" > ~/.ssh/id_ed25519 - ssh-keyscan -t ed25519 git.hyang.xyz >> ~/.ssh/known_hosts |