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