with ssh
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-08-12 01:38:28 +02:00
parent e818d5841e
commit 9bd8afca74

View File

@@ -25,6 +25,7 @@ steps:
commands: commands:
- mkdir -p $HOME/.ssh/ - mkdir -p $HOME/.ssh/
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519 - echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- ls $HOME/.ssh/
- name: build - name: build