From ce1f6425174c4ae6057986cc07eea82990a1c8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnas=20Udovi=C4=8D?= Date: Mon, 15 Aug 2022 20:38:09 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d9bc85..90da7c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ --- kind: pipeline type: docker -name: default +name: testing steps: -- name: test - image: golang:1.19 +- name: build + image: golang commands: - go build @@ -19,7 +19,7 @@ settings: id_rsa: from_secret: ssh_private depends_on: - - default + - testing steps: - name: deploy commands: