This Is Why We Don't Push To Production On Fridays

This commit is contained in:
2024-12-15 17:23:33 +02:00
parent ffebede1a5
commit 2b9970f45b

View File

@@ -82,7 +82,8 @@ jobs:
python3-dev \
&& python -m pip install --upgrade pip \
&& pip install -r /app/requirements.txt \
&& pyinstaller --onefile --add-data "ui:ui" /app/app/wolServer.py
&& cd app/app \
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py
EOF
- name: Extract ARM Executable