Fix php path

This commit is contained in:
Björn Fromme
2019-01-16 21:21:10 +01:00
parent 084e2aa13b
commit 37bf5d2375
+1 -1
View File
@@ -22,7 +22,7 @@ host('production')
->user('ssh-438277-ep-reisen') ->user('ssh-438277-ep-reisen')
->forwardAgent() ->forwardAgent()
->set('deploy_path', '/kunden/13174_42857/kunden/typo3sites/ep-reisen/{{application}}') ->set('deploy_path', '/kunden/13174_42857/kunden/typo3sites/ep-reisen/{{application}}')
->set('bin/php', '/usr/local/bin/php7-71STABLE-CLI -dapc.enable_cli=on -dextension_dir=/usr/local/lib/php_modules/7-72LATEST -dextension=apcu.so') ->set('bin/php', '/usr/local/bin/php7-72LATEST-CLI -dapc.enable_cli=on -dextension_dir=/usr/local/lib/php_modules/7-72LATEST -dextension=apcu.so')
->set('http_user', 'ssh-438277-ep-reisen') ->set('http_user', 'ssh-438277-ep-reisen')
; ;