From f5d3619c4aea5d620a7d765212d4d0e1f6731af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 27 Feb 2025 08:40:29 +0100 Subject: [PATCH] chore: adjust deployer config for upcoming prod environment --- deploy.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/deploy.php b/deploy.php index 16f85d3..ae2f943 100644 --- a/deploy.php +++ b/deploy.php @@ -76,21 +76,7 @@ host('prod') ->set('bin/php', '/usr/bin/php81') ->set('rsync_src', __DIR__) ->set('rsync', $rsyncOptions) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-next.ep-reisen.de') -; - -host('develop') - ->setHostname('185.243.132.170') - ->setRemoteUser('p546473') - ->setForwardAgent(true) - ->setSshMultiplexing(true) - ->setDeployPath('/home/www/p546473/html/myep-next') - ->set('writable_mode', 'chmod') - ->set('bin/php', '/usr/local/bin/php') - ->set('rsync_src', __DIR__) - ->set('rsync', $rsyncOptions) - ->set('keep_releases', 5) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep-next.dreipunktnull.net') + ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep.ep-reisen.de') ; task('deploy', [