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
7fba16388a
commit
9cb60e515a
|
@ -8,6 +8,9 @@ steps:
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
|
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
|
||||||
- ssh isolated echo hello
|
- ssh isolated echo hello
|
||||||
|
environment:
|
||||||
|
SSH_SECRET_KEY:
|
||||||
|
from_secret: SSH_SECRET_KEY
|
||||||
|
|
||||||
node:
|
node:
|
||||||
server: builder
|
server: builder
|
||||||
|
|
Loading…
Reference in a new issue