diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ steps: - apt-get install git -y - mkdir ~/.ssh - echo "$GIT_PUB" > ~/.ssh/id_ed25519.pub - - echo "$GIT_PUB" > ~/.ssh/id_ed25519 + - 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 - git add . |