Update deploy.yml (#527)

This commit is contained in:
Théo DURR
2022-12-15 23:55:29 +01:00
committed by GitHub
parent 6b2027550c
commit 13bae8d2fa

View File

@ -33,7 +33,7 @@ jobs:
# See https://github.com/ae-utbm/sith3/wiki/GitHub-Actions#deployment-action
script: |
export PATH="$HOME/.poetry/bin:$PATH"
export PATH="/home/sith/.local/bin:$PATH"
pushd ${{secrets.SITH_PATH}}
git pull