feat: minimal locally stored user entity

This commit is contained in:
Björn Fromme
2025-04-24 17:09:05 +02:00
parent 53884e4e12
commit c418ae6399
14 changed files with 217 additions and 200 deletions
+2 -2
View File
@@ -103,10 +103,10 @@ task('deploy', [
'rsync',
'deploy:shared',
'deploy:writable',
// 'database:migrate',
'database:migrate',
'deploy:publish',
'cachetool:clear:opcache',
// 'deploy:stop-workers',
'deploy:stop-workers',
]);
task('deploy:stop-workers', function () {