ember-cli-deploy-ftp

2.0.0 • Public • Published

ember-cli-deploy-ftp

ember-cli-deploy wrapper for ftp-deploy

Installation

npm install ember-cli-deploy-ftp

Usage

Add e.g. the following snippet to your config/deploy.js file:

ENV.ftp = {
  host: 'ftp.your-server.com',
  username: 'johndoe',
  password: process.env.FTP_PASSWORD,
};

Options

  • hostrequired: FTP host name or IP address
  • portoptional: FTP server port (default: 21)
  • usernameoptional: FTP username (default: anonymous)
  • passwordoptional: FTP password (default: anonymous)
  • remoteRootoptional: deploy target folder on the FTP server (default: /)
  • includeoptional: included files (default: ['*', '**/*'])
  • excludeoptional: excluded files (default: [])

License

This project is licensed under the MIT License.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.01
1.0.016

Package Sidebar

Install

npm i ember-cli-deploy-ftp

Weekly Downloads

17

Version

2.0.0

License

MIT

Unpacked Size

5.7 kB

Total Files

5

Last publish

Collaborators

  • turbo87