cis-deploy

0.1.4 • Public • Published

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:pass@github.com/user/repo.git
  // Will deploy private project into current directory.
Example: cis-deploy git@github.com:user/repo.git
Example: cis-deploy git@github.com: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

Readme

Keywords

none

Package Sidebar

Install

npm i cis-deploy

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • pjhl