From a034a6118aa4d6ced1af6699f4ae4a0fd9850351 Mon Sep 17 00:00:00 2001 From: thisfro Date: Mon, 24 Jan 2022 17:31:46 +0100 Subject: [PATCH] Use domain without umlaut --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 4daea11..3fd7a44 100644 --- a/deploy.php +++ b/deploy.php @@ -31,7 +31,7 @@ add('writable_dirs', []); set('composer_options', '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --no-scripts --no-dev'); // Hosts -host('beta.xn--pflnz-ira.li') +host('beta.pflaenz.li') ->user('lq5xi_thisfro') ->set('deploy_path', '~/sites/{{application}}') ->set('http_user', 'uid153060')