部署器

部署器帮助用户快速将他们的网站部署到远程服务器,而无需复杂的命令。

概要

hexo.extend.deployer.register(name, function (args) {
// ...
});

一个参数 args 将传递给函数。它包含 _config.yml 中设置的 deploy 值,以及用户在终端中输入的精确内容。