diff --git a/.drone.yml b/.drone.yml index 2585169..cbefd6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,22 @@ workspace: path: src/dn42regsrv steps: + - name: build image: golang commands: - go get + + - name: release + image: plugs/gitea-release + settings: + api_key: + from_secret: gitea_token + base_url: https://git.burble.dn42 + files: + - pipeline-test + checksum: + - sha512 + when: + event: tag +