diff --git a/.drone.yml b/.drone.yml index 695a440..4e3c1ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: golang commands: - - go build + - go build cmd/cooldns.go - name: gitea_release image: plugins/gitea-release @@ -14,7 +14,7 @@ steps: from_secret: GITEA_API_KEY base_url: https://git.kapelle.org files: - - cool-dns + - cooldns checksum: - md5 - sha1