summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 14:13:15 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 14:13:15 -0700
commite85b1488a93b9187596d912dd55827cebac2e1d4 (patch)
tree05bc80c76f0ea589c4cc3d4daa08c6784ffe05ba /.drone.yml
parent05598336671e7ef5018e63c61bae4c84f8a2d933 (diff)
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b21aa3b..30ee9aa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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