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