mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-18 04:03:22 +00:00
edit yml to avoid git conflict when deploying on test
This commit is contained in:
parent
b58116b023
commit
4d7d22c337
3
.github/workflows/taiste.yml
vendored
3
.github/workflows/taiste.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user