add .drone.yml

This commit is contained in:
2020-12-28 19:47:03 +01:00
parent b4420e6d57
commit 4ea2d563fb

16
.drone.yml Normal file
View File

@@ -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