cis-deploy
v0.1.4
Published
CLI program for deploy from github.
Downloads
2
Readme
cis-deploy
Deploy project from git.
Supported OS: windows, unix.
Install
npm i cis-deploy [-g]
Help
Usage:
> cis-deploy -h
┌───────────────────────────────────────────────────┐
│ CIS-Deploy - update project from github (by PJHL) │
└───────────────────────────────────────────────────┘
Usage: cis-deploy REPO [DIR]
REPO - git repo or ssh.
DIR - path to deploy. Default - current dir.
Options:
-h, --help Show help
Example: cis-deploy https://user:[email protected]/user/repo.git
// Will deploy private project into current directory.
Example: cis-deploy [email protected]:user/repo.git
Example: cis-deploy [email protected]:user/repo.git public_html
Post-deploy scripts
You can insert in your github project files post-deploy.bat
and post-deploy.sh
to run it automatically after succesful update.
License
MIT