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