From 6ae4a6a0a1716b404ec8b14518434da4c2eb416e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 14 Mar 2019 10:08:20 +0100 Subject: [PATCH] Adjust deployer config to adapt new hosting environment --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 3c7edf6d..a49e664b 100644 --- a/deploy.php +++ b/deploy.php @@ -18,7 +18,7 @@ add('shared_files', [ ]); host('production') - ->hostname('dreipunktnull.com') + ->hostname('ep-reisen.de') ->user('ssh-438277-ep-reisen') ->forwardAgent() ->set('deploy_path', '/kunden/13174_42857/kunden/typo3sites/ep-reisen/{{application}}')