mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-19 20:45:37 +08:00
【同步】版本号
This commit is contained in:
@@ -79,22 +79,22 @@ export default defineConfig({
|
||||
pluginI18n(),
|
||||
// ftp同步
|
||||
ftpSync([
|
||||
{
|
||||
host: '192.168.168.121',
|
||||
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,
|
||||
},
|
||||
// {
|
||||
// host: '192.168.168.121',
|
||||
// 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({
|
||||
|
||||
Reference in New Issue
Block a user