File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
appengine/flexible/laravel/test Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ private static function addPostDeployCommands($targetDir)
94
94
$ json = json_decode ($ contents , true );
95
95
$ json ['scripts ' ]['post-deploy-cmd ' ] = [
96
96
'chmod -R 755 bootstrap\/cache ' ,
97
+ 'php artisan cache:clear ' ,
97
98
];
98
99
$ newContents = json_encode ($ json , JSON_PRETTY_PRINT );
99
100
file_put_contents ($ targetDir . '/composer.json ' , $ newContents );
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ private static function addPostDeployCommands($targetDir)
68
68
$ json = json_decode ($ contents , true );
69
69
$ json ['scripts ' ]['post-deploy-cmd ' ] = [
70
70
'chmod -R 755 bootstrap\/cache ' ,
71
+ 'php artisan cache:clear ' ,
71
72
];
72
73
$ newContents = json_encode ($ json , JSON_PRETTY_PRINT );
73
74
file_put_contents ($ targetDir . '/composer.json ' , $ newContents );
You can’t perform that action at this time.
0 commit comments