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: