diff options
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 |