selfprivacy.org.app/.drone.yml
2022-08-30 21:33:30 +03:00

14 lines
206 B
YAML

kind: pipeline
type: exec
name: debug
steps:
- name: test
commands:
- eval `ssh-agent -s`
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
- ssh isolated echo hello
node:
server: builder