0.0.2-beta1 • Published 5 years ago

@zingle/zeploy v0.0.2-beta1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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.