test ssh access

This commit is contained in:
Alya Sirko 2022-08-30 21:32:01 +03:00
parent 50788fe21c
commit f35ef53fdb

View file

@ -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