chore: add staging environment to deployer config

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 288031af40
commit 5f9832d121
+5 -5
View File
@@ -15,7 +15,6 @@ add('shared_dirs', [
add('shared_files', [
'public/.htaccess',
'.env.local.php',
]);
set('keep_releases', 3);
@@ -85,16 +84,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-team')
->setDeployPath('/home/www/p704161/html/myep-team-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={{release_or_current_path}}/public/ --web-url=https://myep-team.dreipunktnull.net')
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{current_path}}/public/ --web-url=https://myep-team.ep-reisen.net')
;
task('deploy', [