From 56e8cacf8ec8120f1d89502d6711ce7f4c04298e Mon Sep 17 00:00:00 2001 From: sunlei Date: Tue, 2 Jun 2026 07:35:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(web):=20=E6=B8=85=E7=90=86=E6=97=A7?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ deploy.json | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 deploy.json diff --git a/.gitignore b/.gitignore index 5a7c592..6e293ee 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Local deploy credentials +deploy.json diff --git a/deploy.json b/deploy.json deleted file mode 100644 index 9665ae7..0000000 --- a/deploy.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "host": "192.168.1.206", - "port": "22", - "username": "root", - "password": "3h1admin", - "localDir": "dist", - "remoteDir": "/data/nginx/chart" -} \ No newline at end of file