diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..98c6518 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: ssh +name: default + +server: + host: station.baseware.net + user: jessequ + password: + from_secret: password + +steps: +- name: build + commands: + - pwd + - echo 'test is a project.'