From 235af59b1646cc482d489528e3c9419d9cd5a15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Tue, 21 Sep 2021 13:32:48 +0200 Subject: [PATCH] Switch to ssh pipeline --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2c93a6a..bab030e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,14 @@ kind: pipeline -type: docker +type: ssh name: testing +server: + host: 192.168.1.2 + user: build + password: + from_secret: ssh_password + steps: - name: build - image: techknowlogick/drone-docker - settings: - dry_run: true - username: - password: - repo: rosti/runtime - tags: - - dev + commands: + - make build