0.0.1-alpha1 • Published 5 years ago

@zingle/git-deploy v0.0.1-alpha1

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

This package installs the git deploy command. This command can be used to perform the proper steps necessary to push a deployment tag which triggers a Travis-CI deployment.

Install

sudo -H npm install -g @zingle/git-deploy

Use

# enter git repo directory
git deploy beta                 # tag current HEAD as 'beta'
git deploy release              # tag current HEAD as 'release'