asinkj-ui/.deployrc.js
2025-06-16 11:22:02 +08:00

17 lines
337 B
JavaScript

// .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
};