From 84b37bbaef78dd5643ba8fbd955436d17712326f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 12 Sep 2026 08:43:09 +0200 Subject: [PATCH] chore: update deployer config after final migration to new host --- deploy.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/deploy.php b/deploy.php index 67e9f99..545f2a2 100644 --- a/deploy.php +++ b/deploy.php @@ -71,25 +71,11 @@ $rsyncOptions = [ ]; host('prod') - ->setHostname('185.243.135.29') - ->setRemoteUser('p704161') - ->setForwardAgent(true) - ->setSshMultiplexing(true) - ->setDeployPath('/home/www/p704161/html/epbff') - ->set('writable_mode', 'chmod') - ->set('http_user', 'p704161') - ->set('bin/php', '/usr/local/bin/php') - ->set('rsync_src', __DIR__) - ->set('rsync', $rsyncOptions) - ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://bff.ep-reisen.net') -; - -host('hetzner') ->setHostname('dedi10193.your-server.de') ->setRemoteUser('epbffsf') ->setForwardAgent(true) ->setSshMultiplexing(true) - ->setDeployPath('/usr/home/epbffsf/public_html/bff') + ->setDeployPath('/usr/home/epbffsf/public_html/prod') ->set('bin/php', '/usr/bin/php') ->set('http_user', 'epbffsf') ->set('rsync_src', __DIR__)