fix index.js

This commit is contained in:
xmz 2024-04-19 15:39:09 +08:00
parent 75d0d72c8c
commit 1177658fa0

View File

@ -4,10 +4,8 @@ const { remoteCmdBefore, remoteCmdAfter } = require('./remoteCmd');
const { addSshKey, getPrivateKeyPath, updateKnownHosts } = require('./sshKey');
const { validateRequiredInputs } = require('./helpers');
const inputs = require('./inputs');
const { initConfig } = require('./config');
const run = async () => {
initConfig();
const {
source, remoteUser, remoteHost, remotePort,
deployKeyName, sshPrivateKey,