update drone
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mathieu Broillet 2023-06-09 23:10:30 +02:00
parent 6324f1ae68
commit 47b6f95369
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -9,13 +9,13 @@ steps:
- pip install -r requirements.txt - pip install -r requirements.txt
- apk add build-base patchelf - apk add build-base patchelf
- pip install nuitka - pip install nuitka
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}.exe" - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}"
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
api_key: api_key:
from_secret: api_key from_secret: api_key
base_url: https://git.broillet.ch base_url: https://git.broillet.ch
files: ProxmoxDeploy${DRONE_TAG##v}.exe files: ProxmoxDeploy${DRONE_TAG##v}
when: when:
event: tag event: tag