Set email-related env vars in Bookwyrm package build script
This commit is contained in:
parent
a9c5d591e4
commit
cd42039bf4
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ mkDerivation {
|
|||
export PYTHONPATH=/build/lib/python3.11/site-packages
|
||||
|
||||
export DOMAIN=""
|
||||
export EMAIL=""
|
||||
export EMAIL_HOST=""
|
||||
export EMAIL_HOST_USER=""
|
||||
export EMAIL_HOST_PASSWORD=""
|
||||
|
||||
${python311}/bin/python manage.py compile_themes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue