chore: update deployer config for prod

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent b567b6a840
commit c4f4f53fd6
+2 -2
View File
@@ -73,13 +73,13 @@ host('prod')
->setRemoteUser('ssh-53857-root') ->setRemoteUser('ssh-53857-root')
->setForwardAgent(true) ->setForwardAgent(true)
->setSshMultiplexing(true) ->setSshMultiplexing(true)
->setDeployPath('/kunden/tiefschnee.de/myep-next') ->setDeployPath('/kunden/tiefschnee.de/myep')
->set('writable_mode', 'chmod') ->set('writable_mode', 'chmod')
->set('http_user', 'ssh-53857-root') ->set('http_user', 'ssh-53857-root')
->set('bin/php', '/usr/bin/php82') ->set('bin/php', '/usr/bin/php82')
->set('rsync_src', __DIR__) ->set('rsync_src', __DIR__)
->set('rsync', $rsyncOptions) ->set('rsync', $rsyncOptions)
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://myep.ep-reisen.de') ->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://my.ep-reisen.de')
; ;
host('staging') host('staging')