diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c261b29 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +--- +kind: pipeline +type: ssh +name: default + +server: + host: + from_secret: ssh_host + user: + from_secret: ssh_user + ssh_key: + from_secret: ssh_key + +steps: +- name: build + commands: + - echo "Testing" > ~/test.txt + \ No newline at end of file