2025-04-12 11:09:40 +08:00
|
|
|
// .deployrc.js (ESM 格式)
|
|
|
|
import { readFileSync } from 'node:fs';
|
|
|
|
import { resolve } from 'node:path';
|
|
|
|
|
|
|
|
export default {
|
|
|
|
host: '112.74.106.216',
|
2025-06-16 11:22:02 +08:00
|
|
|
port: 22,
|
2025-04-12 11:09:40 +08:00
|
|
|
username: 'root',
|
|
|
|
|
|
|
|
password: 'Smt1618?',
|
2025-06-16 11:22:02 +08:00
|
|
|
privateKey: null,
|
2025-04-12 11:09:40 +08:00
|
|
|
|
|
|
|
remotePath: '/opt/1panel/apps/openresty/openresty/www/sites/www.amzups.com/index',
|
|
|
|
|
|
|
|
cleanRemote: true
|
|
|
|
};
|