diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cb75cc3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +type: ssh +name: default + +server: + host: nuc.home + user: + from_secret: ssh_username + password: + from_secret: ssh_password + +steps: +- name: build + commands: + - cd ~/containers + - docker-compose build sensor-web-v2 \ No newline at end of file