deploy-cli
v0.0.2
Published
**One-word deployment.**
Downloads
5
Readme
deploy.js
One-word deployment.
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:.