Adjust composer.json and deployer config to acpu usage
This commit is contained in:
+5
-5
@@ -69,11 +69,11 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typo3-cms-scripts": [
|
"typo3-cms-scripts": [
|
||||||
"typo3cms install:fixfolderstructure",
|
"@php vendor/bin/typo3cms install:fixfolderstructure",
|
||||||
"typo3cms install:generatepackagestates",
|
"@php vendor/bin/typo3cms install:generatepackagestates",
|
||||||
"typo3cms language:update",
|
"@php vendor/bin/typo3cms language:update",
|
||||||
"typo3cms cache:flush",
|
"@php vendor/bin/typo3cms cache:flush",
|
||||||
"typo3cms pbsocial:updatefeeddata"
|
"@php vendor/bin/typo3cms pbsocial:updatefeeddata"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@typo3-cms-scripts"
|
"@typo3-cms-scripts"
|
||||||
|
|||||||
+1
-1
@@ -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')
|
->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')
|
->set('http_user', 'ssh-438277-ep-reisen')
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user