edit yml to avoid git conflict when deploying on test

This commit is contained in:
Thomas Girod 2022-12-01 10:01:56 +01:00
parent b58116b023
commit 4d7d22c337

View File

@ -34,7 +34,8 @@ jobs:
export PATH="$HOME/.poetry/bin:$PATH"
pushd ${{secrets.SITH_PATH}}
git pull
git fetch
git reset --hard origin/taiste
poetry update
poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic