From 5b8c67c0af33ab098730e818ba512798e1bfb186 Mon Sep 17 00:00:00 2001 From: Marat Date: Sun, 18 Feb 2018 15:24:08 +0000 Subject: [PATCH] Update Envoy.blade.php --- Envoy.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Envoy.blade.php b/Envoy.blade.php index 9c1d597..8532349 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -36,6 +36,7 @@ echo '>> Запускаем тесты' @task('update_symlinks', ['on' => 'localhost']) @if ($branch) ln -nfs {{ $app_dir }}/configs/{{ $branch }}/wsgi.py {{ $new_release_dir }}/lms/wsgi.py + ln -nfs {{ $app_dir }}/configs/{{ $branch }}/{{ $branch }}.env {{ $new_release_dir }}/config_app/settings/{{ $branch }}.env echo '>> Создаем симлинк на папку текущего релиза' ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current_{{ $branch }} echo '>> restart Supervisor'