diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6667b33..25fd2c1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,6 +26,7 @@ jobs: script: | cd /var/www/oqtepalavash/backend git pull + source venv/bin/activate pip install -r requirements.txt python3 manage.py migrate systemctl restart oqtepalavash.service