Skip to content

Reusable grunt grunt script for deploying built files to git repos

Notifications You must be signed in to change notification settings

CDSMOpen/deploy-dist-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Dist to Git

Reusable grunt script to deploy code distributions to a specific branch of a git repo.

Usage

grunt --repo=some/repo.git --path=path/to/dist/folder --branch=deploy --message="committed build #1"

Options

--repo*1 : Address of the git repo you want to deploy too

--path* : Path to the folder you wish to deploy. All contents of the folder will be included

--branch : The branch of the repo to deploy to. : default: deploy

--message : Commit message to push to the repo

Footnotes

  1. Required options marked with a *

About

Reusable grunt grunt script for deploying built files to git repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published