Revert "【调整】SSH地址支持域名形式"

This reverts commit f0d83d23c6.
This commit is contained in:
chudong
2025-06-07 17:44:00 +08:00
parent 8eed78f1c2
commit 3e70317351
106 changed files with 223 additions and 1570 deletions

View File

@@ -87,14 +87,14 @@ export default defineConfig({
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
{
host: '192.168.69.167',
port: 22,
username: 'root',
password: 'www.bt.cn',
remotePath: '/www/allinssl/frontend',
clearRemote: true,
},
// {
// host: '192.168.168.25',
// port: 22,
// username: 'root',
// password: 'qweqwe123',
// remotePath: '/www/allinssl/frontend',
// clearRemote: true,
// },
]),
// 项目同步git
pluginProjectSyncGit({
@@ -105,12 +105,13 @@ export default defineConfig({
// targetDir: 'allinssl-gitlab',
// discardChanges: true,
// },
// {
// repo: 'https://github.com/allinssl/allinssl.git',
// branch: '1.0.4',
// targetDir: 'allinssl-github',
// discardChanges: true,
// },
{
repo: 'https://github.com/allinssl/allinssl.git',
branch: '1.0.4',
targetDir: 'allinssl-github',
discardChanges: true,
},
],
localSync: [
{