grunt-peon-add-remotes

1.0.0 • Public • Published

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.

/grunt-peon-add-remotes/

    Package Sidebar

    Install

    npm i grunt-peon-add-remotes

    Weekly Downloads

    2

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • markparolisi
    • voceconnect