update:新161配置

This commit is contained in:
2025-12-22 20:07:43 +08:00
parent b561c9d8bf
commit b00e3d7860

View File

@@ -11,6 +11,14 @@ const remoteList = {
remotePath: '/usr/local/nginx/html/dm',
localPath: './dist',
},
prod: {
host: '192.168.190.161',
port: 22,
username: 'root',
password: 'Carsafe@2025',
remotePath: '/usr/local/nginx/html/dm',
localPath: './dist',
},
};
const config = remoteList[remoteName];