summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 14:18:22 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 14:18:22 -0700
commitc4626415242d2ef6563fb8c4ddc82a3500d95d46 (patch)
tree1850e5740340d1d4236b95ca0ef1125f3f053b4e /.drone.yml
parente85b1488a93b9187596d912dd55827cebac2e1d4 (diff)
Update drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 30ee9aa..69927af 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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