diff --git a/Envoy.blade.php b/Envoy.blade.php index 8b72303..ae84d45 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -48,7 +48,7 @@ echo '>> Подтягиваем зависимости' echo '>> Запускаем миграции тесты' @if ($branch) cd {{ $new_release_dir }} - python manage.py migrate && python manage.py test + source /www/servers/python-server/bin/activate && python manage.py migrate && python manage.py test @endif @endtask