mirror of
https://github.com/ae-utbm/sith.git
synced 2024-12-22 15:51:19 +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"
|
export PATH="$HOME/.poetry/bin:$PATH"
|
||||||
pushd ${{secrets.SITH_PATH}}
|
pushd ${{secrets.SITH_PATH}}
|
||||||
|
|
||||||
git pull
|
git fetch
|
||||||
|
git reset --hard origin/taiste
|
||||||
poetry update
|
poetry update
|
||||||
poetry run ./manage.py migrate
|
poetry run ./manage.py migrate
|
||||||
echo "yes" | poetry run ./manage.py collectstatic
|
echo "yes" | poetry run ./manage.py collectstatic
|
||||||
|
Loading…
Reference in New Issue
Block a user