Skip to content

isabella232/grunt-peon-add-remotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-peon-add-remotes

Grunt multitask that will automatically add the remote origins to use as deployment endpoints based on the add-remotes configuration.

Usage

  • Add all configured remotes:

    grunt add-remotes

  • Add only the production remote:

    grunt add-remotes:production

Configuration

{
    "production": {
        "alias": "production",
        "url": "git@git.gitserver.com:production/myproject.git"
    },
    "staging": {
        "alias": "staging",
        "url": "git@git.gitserver.com:staging/myproject.git"
    },
    "uat": {
        "alias": "uat",
        "url": "git@git.gitserver.com:uat/myproject.git"
    }
}

Release History

  • 2013-11-06 - v1.0.0 - Initial release.

About

Adds git remotes for deployment

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 78.1%
  • JavaScript 21.9%