selfprivacy.org.app/.drone.yml

14 lines
206 B
YAML
Raw Normal View History

kind: pipeline
type: exec
2022-08-30 21:30:32 +03:00
name: debug
steps:
2022-08-30 21:30:32 +03:00
- name: test
commands:
2022-08-30 21:32:01 +03:00
- eval `ssh-agent -s`
2022-08-30 21:33:30 +03:00
- echo "${SSH_PRIVATE_KEY}" | ssh-add -
2022-08-30 21:30:32 +03:00
- ssh isolated echo hello
2022-08-28 00:05:13 +03:00
2022-08-27 21:05:12 +03:00
node:
2022-08-27 23:59:33 +03:00
server: builder