fix: reconcile desktop latest.json after deploy; nginx MIME types

Run reload-frontend-desktop-static from post-receive after deploy so
signed updater manifest survives git checkout placeholder reset.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 11:45:24 +09:00
parent 14b8c681b0
commit 61de2fb1e6
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -145,7 +145,11 @@ server {
location /desktop/updates/ {
alias /usr/share/nginx/html/desktop/updates/;
add_header Cache-Control "no-cache, no-store, must-revalidate";
}
location = /desktop/updates/latest.json {
alias /usr/share/nginx/html/desktop/updates/latest.json;
default_type application/json;
add_header Cache-Control "no-cache, no-store, must-revalidate";
}
# gzip 압축