NOJIRA more restructuring

This commit is contained in:
2021-09-15 16:34:29 +02:00
parent 5aed069992
commit afc542aecb
13 changed files with 50 additions and 28 deletions

10
pack.sh
View File

@@ -1,7 +1,5 @@
#!/bin/bash
zip deployable.zip \
templates/*.html \
models/*.py \
main.py \
token.json \
requirements.txt
cd "$(dirname "$0")"
cd src
rm ../deployable.zip
zip ../deployable.zip -r * -x '*__pycache__*'