From bb10b8972f3f96f893dd04ae8c790cf2e59e1ab8 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 30 Jun 2020 22:34:35 +0200 Subject: [PATCH] add: release config too --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3d0dae5..0e055b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,9 @@ steps: api_key: from_secret: gitea_token base_url: https://git.serguzim.me - files: build/controller + files: + - build/controller + - build/controller.ini when: event: tag