From 8013e7f06b56a7443d7d52c67bd34a9bdd215f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 4 Apr 2024 10:34:24 +0200 Subject: [PATCH] chore: remove obsolete deployment target --- deploy.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/deploy.php b/deploy.php index 1f60739..47bd5a1 100644 --- a/deploy.php +++ b/deploy.php @@ -80,20 +80,6 @@ host('prod') ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-team.ep-reisen.de') ; -host('develop') - ->setHostname('185.243.132.170') - ->setRemoteUser('p546473') - ->setForwardAgent(true) - ->setSshMultiplexing(true) - ->setDeployPath('/home/www/p546473/html/myep-team') - ->set('writable_mode', 'chmod') - ->set('http_user', 'p546473') - ->set('bin/php', '/usr/local/bin/php') - ->set('rsync_src', __DIR__) - ->set('rsync', $rsyncOptions) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-team.dreipunktnull.net') -; - task('deploy', [ 'deploy:info', 'deploy:setup',