// .deployrc.js (ESM 格式) import { readFileSync } from 'node:fs'; import { resolve } from 'node:path'; export default { host: '112.74.106.216', port: 22, username: 'root', password: 'Smt1618?', privateKey: null, remotePath: '/opt/1panel/apps/openresty/openresty/www/sites/www.amzups.com/index', cleanRemote: true };