Adjust composer.json and deployer config to acpu usage

This commit is contained in:
Björn Fromme
2018-09-24 15:06:51 +02:00
parent 8099436bb0
commit 3085dd466e
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -69,11 +69,11 @@
},
"scripts": {
"typo3-cms-scripts": [
"typo3cms install:fixfolderstructure",
"typo3cms install:generatepackagestates",
"typo3cms language:update",
"typo3cms cache:flush",
"typo3cms pbsocial:updatefeeddata"
"@php vendor/bin/typo3cms install:fixfolderstructure",
"@php vendor/bin/typo3cms install:generatepackagestates",
"@php vendor/bin/typo3cms language:update",
"@php vendor/bin/typo3cms cache:flush",
"@php vendor/bin/typo3cms pbsocial:updatefeeddata"
],
"post-install-cmd": [
"@typo3-cms-scripts"
+1 -1
View File
@@ -22,7 +22,7 @@ host('production')
->user('ssh-438277-ep-reisen')
->forwardAgent()
->set('deploy_path', '/kunden/13174_42857/kunden/typo3sites/ep-reisen/{{application}}')
->set('bin/php', '/usr/local/bin/php7-71STABLE-CLI')
->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('http_user', 'ssh-438277-ep-reisen')
;