From 0103dbe1e0f748d817da8da1f622a25a15b909b3 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 18:16:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d8a8ca6..29eae09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: default steps: - name: build - image: python:3.6 + image: python:3.10 commands: - "pip install -U platformio" #- "cp ampel-firmware/config.public.h ampel-firmware/config.h" @@ -13,9 +13,11 @@ steps: - name: release image: plugins/gitea-release settings: - base_url: https://gitea.makerlab-murnau.de + base_url: https://gitea.ctdo.de api_key: from_secret: gitea_token files: ./*.bin + upload_port: + from_secret: hostname when: event: tag \ No newline at end of file