use kubernetes for drone build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2021-10-16 14:57:11 +02:00
parent 9da03fdc62
commit 13cff5e9f3

View file

@ -1,4 +1,5 @@
kind: pipeline kind: pipeline
type: kubernetes
name: default name: default
steps: steps:
@ -11,3 +12,4 @@ steps:
from_secret: password from_secret: password
repo: tobru/ioteer repo: tobru/ioteer
auto_tag: true auto_tag: true