FTP 發布部署


tmt-workflow 支援將編譯後的檔案部署上 FTP,只需以下設定:

//ftp 配置
  "ftp": {
    "host": "xx.xx.xx.xx",
    "port": "8021",
    "user": "tmt",
    "pass": "password",
    "remotePath": "remotePath", //默认上传到根目录下,配置此属性可指定具体子目录
    "includeHtml": true  //ftp 上传是否包含 html
  }

執行 gulp ftp 即可。