summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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