gulp-git-deploy
CirlceCI:
DroneIO:
BadgeFuryIO:
Package | gulp-git-deploy |
Description | Run deploy tasks with gulp if there are any changes on the Git repo. (gulpjs.com) |
Node Version | >= 0.9 |
Gulp Version | 3.x |
Usage
Install
npm install gulp-git-deploy --save
Example
var gulp = ;var gitDeploy = ; gulp gulp
Options
remote
Set the git remote
Type: string
Default:'origin'
name
Set the branch name
Type: string
Default: 'master'
reset
Reset head position(discards any change to your branch).
Type: boolean
Default: true