Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Udovič Arns 2022-08-15 20:38:09 +00:00
parent 54b966e44b
commit ce1f642517

View file

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