* hostname fixed in deploy config

This commit is contained in:
Danyi Dávid 2018-11-17 23:02:33 +01:00
parent 9e8d2e621d
commit 63a40f7077

View File

@ -13,7 +13,7 @@ set('default_stage', 'production');
// Servers // Servers
host('lxuz.hu') host('bggeneral.hu')
->stage('production') ->stage('production')
->user('benkeg_gulbaba_frontend_access') ->user('benkeg_gulbaba_frontend_access')
->forwardAgent() ->forwardAgent()