From c517a0b41f3144eedf2370f2288d237e2f209615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 13 Feb 2026 13:45:41 +0100 Subject: [PATCH] chore: add staging environment to deployer config --- deploy.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.php b/deploy.php index 67f8eb4..13984ec 100644 --- a/deploy.php +++ b/deploy.php @@ -17,7 +17,6 @@ add('shared_dirs', [ add('shared_files', [ 'public/.htaccess', - '.env.local.php', ]); set('keep_releases', 3); @@ -92,16 +91,17 @@ host('prod') ; host('staging') - ->setHostname('185.243.132.170') - ->setRemoteUser('p546473') + ->setHostname('185.243.135.29') + ->setRemoteUser('p704161') ->setForwardAgent(true) ->setSshMultiplexing(true) - ->setDeployPath('/home/www/p546473/html/myep') + ->setDeployPath('/home/www/p704161/html/myep-staging') ->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://myep.dreipunktnull.net') + ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://my.ep-reisen.net') ; task('deploy', [