selfprivacy.org.app/.drone.yml

14 lines
203 B
YAML

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