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