Open
Description
Desc
I just trying to use FTP deploy and ftp deploy package installed in node js CI and I try to open ftp using TotalCommander FTP a android application can use ftp
config
import { deploy, excludeDefaults } from "@samkirkland/ftp-deploy";
async function deployMyCode() {
console.log("🚚 Deploy started");
await deploy({
server: "ftp.samkirkland.com",
username: "admin@org",
password: `justadmin`, // note: I'm using backticks here ` so I don't have to escape quotes
exclude: [...excludeDefaults] // excludeDefaults will exclude .git files and node_modules
});
console.log("🚀 Deploy done!");
}
deployMyCode();
if you shock why I showed my username & pw
- I just try this FIRST time so I don't know the guide
Metadata
Metadata
Assignees
Labels
No labels