@zingle/zeploy
v0.0.2-beta1
Published
Zingle deploy tool
Downloads
2
Keywords
Readme
The Zingle zeploy tool is used to deploy Zingle applications to the server infrastructure.
Installation
sudo -H npm install -g @zingle/zeploy
Basic Usage
cd my-project
zeploy server01.zingle.me:/usr/local/my-app
Using Without NPM
cd my-project
wget -qO- https://raw.githubusercontent.com/Zingle/zeploy/master/bin/zeploy \
| bash -s -- server01.zingle.me:/usr/local/my-app
More information
For more information, see the documentation.