chore(web): 清理旧部署配置

This commit is contained in:
sunlei 2026-06-02 07:35:26 +08:00
parent e0cf01c229
commit 56e8cacf8e
2 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -27,3 +27,6 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
# Local deploy credentials
deploy.json

View File

@ -1,8 +0,0 @@
{
"host": "192.168.1.206",
"port": "22",
"username": "root",
"password": "3h1admin",
"localDir": "dist",
"remoteDir": "/data/nginx/chart"
}