@@ -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__*'
The note is not visible to the blocked user.