mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
test ssh access
This commit is contained in:
parent
7fba16388a
commit
9cb60e515a
|
@ -8,6 +8,9 @@ steps:
|
|||
- eval `ssh-agent -s`
|
||||
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
|
||||
- ssh isolated echo hello
|
||||
environment:
|
||||
SSH_SECRET_KEY:
|
||||
from_secret: SSH_SECRET_KEY
|
||||
|
||||
node:
|
||||
server: builder
|
||||
|
|
Loading…
Reference in a new issue