diff --git a/Envoy.blade.php b/Envoy.blade.php index 04fd919..e7e61cb 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -39,7 +39,7 @@ echo '>> Создание симлинков' echo '>> Запускаем тесты' @if ($branch) cd {{ $new_release_dir }} - source /www/servers/python-server/bin/activate && python manage.py migrate && python manage.py test + source /www/servers/python-server/bin/activate && pip install -r requirements.txt && python manage.py migrate && python manage.py test @endif @endtask @@ -59,4 +59,4 @@ echo '>> Запускаем тесты' find . -maxdepth 1 -name "20*{{ $branch }}" -mmin +30 | head -n 3 | xargs rm -Rf echo "Cleaned up old deployments" @endif -@endtask \ No newline at end of file +@endtask