mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-10 00:03:24 +00:00
Fix missing xapian install step in deploy workflows
This commit is contained in:
parent
47fec973bc
commit
e1cf1c786d
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
|
|
||||||
git pull
|
git pull
|
||||||
poetry install
|
poetry install
|
||||||
|
poetry run ./manage.py install_xapian
|
||||||
poetry run ./manage.py migrate
|
poetry run ./manage.py migrate
|
||||||
echo "yes" | poetry run ./manage.py collectstatic
|
echo "yes" | poetry run ./manage.py collectstatic
|
||||||
poetry run ./manage.py compilestatic
|
poetry run ./manage.py compilestatic
|
||||||
|
1
.github/workflows/taiste.yml
vendored
1
.github/workflows/taiste.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
git pull
|
git pull
|
||||||
poetry install
|
poetry install
|
||||||
|
poetry run ./manage.py install_xapian
|
||||||
poetry run ./manage.py migrate
|
poetry run ./manage.py migrate
|
||||||
echo "yes" | poetry run ./manage.py collectstatic
|
echo "yes" | poetry run ./manage.py collectstatic
|
||||||
poetry run ./manage.py compilestatic
|
poetry run ./manage.py compilestatic
|
||||||
|
Loading…
Reference in New Issue
Block a user