From b3f52555b4ea179351278754c8d2ddbd7eab83e1 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Sun, 14 Mar 2021 17:02:33 +0100 Subject: [PATCH] Fix deploy in drone config --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 379a7cb..763047b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,13 +67,13 @@ steps: settings: api_key: from_secret: GITEA_TOKEN - base_url: https://gitea.kube-it.de + base_url: https://git.solarautonomie.de title: VERSION note: CHANGELOG.md files: - /drone/src/target/s0-meter_* - /drone/src/bundle/* - draft: true - prerelease: true + prerelease: true # You can change this in Gitea afterwards + draft: true # You can change this in Gitea afterwards when: event: tag