From 63a40f7077d0f7c8455bd91761cf3500b1645145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Sat, 17 Nov 2018 23:02:33 +0100 Subject: [PATCH] * hostname fixed in deploy config --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 5232907..6a3719c 100644 --- a/deploy.php +++ b/deploy.php @@ -13,7 +13,7 @@ set('default_stage', 'production'); // Servers -host('lxuz.hu') +host('bggeneral.hu') ->stage('production') ->user('benkeg_gulbaba_frontend_access') ->forwardAgent()