fix: use correct php binary on prod with deployer

This commit is contained in:
Björn Fromme
2025-04-24 20:39:44 +02:00
parent 539dcae75b
commit 110a4137d6
+1 -1
View File
@@ -75,7 +75,7 @@ host('prod')
->setDeployPath('/kunden/tiefschnee.de/myep-next') ->setDeployPath('/kunden/tiefschnee.de/myep-next')
->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/php81') ->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://myep.ep-reisen.de')