0.0.2 • Published 9 years ago

deploy-cli v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

deploy.js

One-word deployment.

Build Status Dependency Status

This project is currently under development by @MarkTiedemann.

The idea is to deploy local files to a remote server directory as easily as possible.

SCP over SSH is used for file transfer.

Quickstart

1. Install deploy.js CLI

npm install deploy-cli --global

2. Create deploy.yaml file

user:     whoami
password: noidea
host:     example.com
path:     /remote/path

3. Run deploy

License

The MIT License (MIT) as found in LICENSE.md.

Made with :heart:.