build: add deploy for linux

This commit is contained in:
2026-01-02 02:26:07 +08:00
parent 5430dc03f4
commit b2dc88439a
2 changed files with 98 additions and 2 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ server {
server_name your-domain.com; # CHANGE THIS: Replace with your domain or IP
# CHANGE THIS: Replace with your actual frontend build path
# Example: /home/username/CheckInApp/frontend/dist
root /path/to/CheckInApp/frontend/dist;
root /var/www/checkin-app;
index index.html;
# Access and Error Logs