diff --git a/Envoy.blade.php b/Envoy.blade.php index b0de027..9c1d597 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -35,7 +35,7 @@ echo '>> Запускаем тесты' @task('update_symlinks', ['on' => 'localhost']) @if ($branch) - ln -nfs {{ $new_release_dir }}/lms/wsgi.py {{ $app_dir }}/configs/{{ $branch }}/wsgi.py + ln -nfs {{ $app_dir }}/configs/{{ $branch }}/wsgi.py {{ $new_release_dir }}/lms/wsgi.py echo '>> Создаем симлинк на папку текущего релиза' ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current_{{ $branch }} echo '>> restart Supervisor'