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 kind: pipeline
type: docker type: docker
name: default name: testing
steps: steps:
- name: test - name: build
image: golang:1.19 image: golang
commands: commands:
- go build - go build
@ -19,7 +19,7 @@ settings:
id_rsa: id_rsa:
from_secret: ssh_private from_secret: ssh_private
depends_on: depends_on:
- default - testing
steps: steps:
- name: deploy - name: deploy
commands: commands: