mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 03:16:55 -08:00
refresh packages based on requirements.txt when deploy.sh is run
This commit is contained in:
parent
ea1564cc87
commit
a97ff0cdbd
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ sudo systemctl stop celery.service
|
|||
git pull
|
||||
source venv/bin/activate
|
||||
export FLASK_APP=pyfedi.py
|
||||
pip install -r requirements.txt
|
||||
flask db upgrade
|
||||
pybabel compile -d app/translations
|
||||
sudo systemctl start celery.service
|
||||
|
|
Loading…
Reference in a new issue