mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
test ssh access
This commit is contained in:
parent
50788fe21c
commit
f35ef53fdb
|
@ -5,6 +5,7 @@ name: debug
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
commands:
|
commands:
|
||||||
|
- eval `ssh-agent -s`
|
||||||
- ssh-add - <<< "${SSH_PRIVATE_KEY}"
|
- ssh-add - <<< "${SSH_PRIVATE_KEY}"
|
||||||
- ssh isolated echo hello
|
- ssh isolated echo hello
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue