From 0ef55ccce75dbd4d127e61337dc3bc25c8982aa6 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 9 Jun 2023 22:26:40 +0200 Subject: [PATCH] update drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b99d7ea..4a5fa56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: python:alpine commands: - pip install -r requirements.txt + - pip install nuitka - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe" - name: gitea_release image: plugins/gitea-release