deploy-cli

0.0.2 • Public • Published

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 ❤️.

Readme

Keywords

none

Package Sidebar

Install

npm i deploy-cli

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • marktiedemann