Set SECRET_KEY env var in Bookwyrm package build script

This commit is contained in:
Reinout Meliesie 2025-03-09 18:29:35 +01:00
parent cd42039bf4
commit b642cb5815
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -48,6 +48,7 @@ mkDerivation {
export EMAIL_HOST="" export EMAIL_HOST=""
export EMAIL_HOST_USER="" export EMAIL_HOST_USER=""
export EMAIL_HOST_PASSWORD="" export EMAIL_HOST_PASSWORD=""
export SECRET_KEY=""
${python311}/bin/python manage.py compile_themes ${python311}/bin/python manage.py compile_themes