From 93bae7115cc8699d932ee46fc262fc48829634d2 Mon Sep 17 00:00:00 2001 From: Julian Bensch Date: Thu, 12 Jan 2023 14:52:51 +0100 Subject: [PATCH] Move settings one in --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index be7fb6a..e337401 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,9 +18,10 @@ steps: - name: "add binary release to gitea" image: plugins/gitea-release - api_key: 5353c40cd692fd01f243b1f935af1962ff03bfd6 - base_url: https://gitea.linuxcode.net - files: cmd/* + settings: + api_key: 5353c40cd692fd01f243b1f935af1962ff03bfd6 + base_url: https://gitea.linuxcode.net + files: cmd/* - name: "build and publish docker image" image: plugins/docker