fix: avoid deletion of temp folder when deploying
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ $rsyncOptions = [
|
|||||||
'webpack.config.js',
|
'webpack.config.js',
|
||||||
'rapidapi.paw',
|
'rapidapi.paw',
|
||||||
'bin/.phpunit',
|
'bin/.phpunit',
|
||||||
'temp/',
|
'temp/*',
|
||||||
'tests/',
|
'tests/',
|
||||||
'uploads/',
|
'uploads/',
|
||||||
'xmlexport/',
|
'xmlexport/',
|
||||||
|
|||||||
Reference in New Issue
Block a user