From 09d7b2b24bc6f32fbe4725241902ae129727d447 Mon Sep 17 00:00:00 2001 From: Marat Date: Sun, 18 Feb 2018 14:19:55 +0000 Subject: [PATCH] Update Envoy.blade.php --- Envoy.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'