1.0.3 • Published 1 year ago

@m-maillot/hexo-deployer-ftp-sync v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

FTP deployer

NPM version

Deploy your site via FTP.

Install

$ npm install hexo-deployer-ftp-sync --save
$ yarn add hexo-deployer-ftp-sync

Usage

Edit settings.

deploy:
  type: ftpsync
  host: <host>
  user: <user>
  password: <password>
  remote: [remote]
  port: [port]
  ignore: [ignore]
  verbose: [verbose]
OptionDescriptionDefault
hostAddress of remote host
userUsernameEnvironment variable FTP_USER
passPasswordEnvironment variable FTP_PASSWORD
remoteRoot directory of remote host/
portPort21
ignoreIgnore the files on either host or remotefalse
verboseEnable a verbose mode for debugfalse

Warning

This application will delete files and directories on the remote server to match the local machine. Use this application in production at your own risk.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago