fix: deploy pipeline
This commit is contained in:
parent
5a1dc2c17e
commit
6deaf37cd2
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ task('release:create', [
|
||||||
'deploy:vendors',
|
'deploy:vendors',
|
||||||
'deploy:shared',
|
'deploy:shared',
|
||||||
'deploy:writable',
|
'deploy:writable',
|
||||||
'typo3:extension:setup',
|
|
||||||
'deploy:unlock',
|
'deploy:unlock',
|
||||||
'deploy:success'
|
'deploy:success'
|
||||||
]);
|
]);
|
||||||
|
|
@ -104,6 +103,7 @@ task('release:switch', [
|
||||||
'php:reload',
|
'php:reload',
|
||||||
'php:reload-prod',
|
'php:reload-prod',
|
||||||
'typo3:cache:flush',
|
'typo3:cache:flush',
|
||||||
|
'typo3:extension:setup',
|
||||||
'typo3:language:update',
|
'typo3:language:update',
|
||||||
'typo3:cache:warmup',
|
'typo3:cache:warmup',
|
||||||
'deploy:unlock',
|
'deploy:unlock',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue