@zingle/git-deploy
v0.0.1-alpha1
Published
git command to push Zingle deployment tags
Keywords
Readme
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-deployUse
# enter git repo directory
git deploy beta # tag current HEAD as 'beta'
git deploy release # tag current HEAD as 'release'