fix: deploy command order
This commit is contained in:
@@ -55,16 +55,16 @@ set('rsync', [
|
|||||||
'timeout' => 300
|
'timeout' => 300
|
||||||
]);
|
]);
|
||||||
|
|
||||||
task('typo3:extension:setup', function () {
|
|
||||||
cd('{{release_path}}');
|
|
||||||
run('{{bin/php}} bin/typo3 extension:setup');
|
|
||||||
});
|
|
||||||
|
|
||||||
task('typo3:cache:flush', function() {
|
task('typo3:cache:flush', function() {
|
||||||
cd('current');
|
cd('current');
|
||||||
run('{{bin/php}} bin/typo3 cache:flush');
|
run('{{bin/php}} bin/typo3 cache:flush');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
task('typo3:extension:setup', function () {
|
||||||
|
cd('{{release_path}}');
|
||||||
|
run('{{bin/php}} bin/typo3 extension:setup');
|
||||||
|
});
|
||||||
|
|
||||||
task('typo3:cache:warmup', function() {
|
task('typo3:cache:warmup', function() {
|
||||||
cd('current');
|
cd('current');
|
||||||
run('{{bin/php}} bin/typo3 cache:warmup');
|
run('{{bin/php}} bin/typo3 cache:warmup');
|
||||||
|
|||||||
Reference in New Issue
Block a user