This commit is contained in:
parent
46eb10ddae
commit
0ef55ccce7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user