Tune deployer config to be more efficient
This commit is contained in:
@@ -36,9 +36,14 @@ host('185.237.67.190')
|
|||||||
->set('rsync', [
|
->set('rsync', [
|
||||||
'exclude' => [
|
'exclude' => [
|
||||||
'.ddev',
|
'.ddev',
|
||||||
|
'.DS_Store',
|
||||||
'.git',
|
'.git',
|
||||||
'.github',
|
'.github',
|
||||||
|
'.idea',
|
||||||
'node_modules',
|
'node_modules',
|
||||||
|
'public/fileadmin',
|
||||||
|
'public/typo3temp',
|
||||||
|
'public/uploads',
|
||||||
'var',
|
'var',
|
||||||
'.editorconfig',
|
'.editorconfig',
|
||||||
'.gitignore',
|
'.gitignore',
|
||||||
|
|||||||
Reference in New Issue
Block a user