update CI

This commit is contained in:
thomas girod
2024-09-02 12:42:27 +02:00
parent 6962b39fc9
commit 341ffc9a55
4 changed files with 8 additions and 6 deletions

View File

@ -36,7 +36,8 @@ jobs:
export PATH="/home/sith/.local/bin:$PATH"
pushd ${{secrets.SITH_PATH}}
git pull
git fetch
git reset --hard origin/master
poetry install --with prod --without docs,tests
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate