Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-02-17 14:14:48 +03:00
parent 3d508868c8
commit 00fc69601e

View File

@@ -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 =="