diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 14:13:15 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 14:13:15 -0700 |
commit | e85b1488a93b9187596d912dd55827cebac2e1d4 (patch) | |
tree | 05bc80c76f0ea589c4cc3d4daa08c6784ffe05ba /.drone.yml | |
parent | 05598336671e7ef5018e63c61bae4c84f8a2d933 (diff) |
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ steps: - mkdir ~/.ssh - echo "$GIT_PUB" > ~/.ssh/id_ed25519.pub - echo "$GIT_SEC" > ~/.ssh/id_ed25519 - - ssh-keygen -R git.hyang.xyz - ssh-keyscan -t ed25519 git.hyang.xyz >> ~/.ssh/known_hosts - cd public - git init |