From 5b14cda126bfa1992a678fc2d2641def76afaa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 22 Mar 2025 15:16:48 +0100 Subject: [PATCH] fix: add sqlite database for remember me tokens and messenger --- deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.php b/deploy.php index ae2f943..2bf11a4 100644 --- a/deploy.php +++ b/deploy.php @@ -15,6 +15,7 @@ add('shared_dirs', [ add('shared_files', [ 'public/.htaccess', '.env.local.php', + 'var/data.db', ]); // Rsync options, mainly files/dirs to exclude