chore: adjust deployer config for upcoming prod environment

This commit is contained in:
Björn Fromme
2025-02-27 09:31:08 +01:00
parent 749371f555
commit f5d3619c4a
+1 -15
View File
@@ -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', [