diff --git a/resources/js/Pages/Dashboard/Deploy/Index.vue b/resources/js/Pages/Dashboard/Deploy/Index.vue index 621589d..1d27660 100644 --- a/resources/js/Pages/Dashboard/Deploy/Index.vue +++ b/resources/js/Pages/Dashboard/Deploy/Index.vue @@ -68,7 +68,7 @@ async function startDeploy() { } } catch (error) { console.error('Deploy error:', error) - alert('Ошибка соединения с сервером') + alert('Ошибка соединения с сервером: ' + error) } }