From 00fc69601eeae2420fab8c3ea7680487c68e3e22 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Tue, 17 Feb 2026 14:14:48 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- deploy/deploy.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 415b287..bdfed42 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -109,7 +109,14 @@ run_deploy() { backup_runtime_files git fetch origin git reset --hard origin/master - git clean -fdx -e .env -e mail.env -e svc/.env -e svc/mail.env -e svc/bssapp + git clean -fdx \ + -e .env \ + -e mail.env \ + -e svc/.env \ + -e svc/mail.env \ + -e svc/fonts \ + -e svc/public \ + -e svc/bssapp restore_runtime_files echo "== BUILD UI =="