Adjust catalog image dimensions, add external product url for catalog
This commit is contained in:
+16
@@ -50,5 +50,21 @@ task('assets', [
|
||||
'upload:eptheme',
|
||||
]);
|
||||
|
||||
task('caches:flush', function () {
|
||||
run('{{bin/php}} {{release_path}}/vendor/bin/typo3cms cache:flush');
|
||||
});
|
||||
|
||||
task('languages:update', function () {
|
||||
run('{{bin/php}} {{release_path}}/vendor/bin/typo3cms language:update');
|
||||
});
|
||||
|
||||
task('database:update', function () {
|
||||
run('{{bin/php}} {{release_path}}/vendor/bin/typo3cms database:updateschema');
|
||||
});
|
||||
|
||||
before('deploy:symlink', 'assets');
|
||||
before('deploy:symlink', 'database:update');
|
||||
before('cleanup', 'caches:flush');
|
||||
before('cleanup', 'languages:update');
|
||||
|
||||
after('deploy:failed', 'deploy:unlock');
|
||||
|
||||
Reference in New Issue
Block a user