grunt-peon-add-remotes
v1.0.0
Published
Add the remote git repositories used for deployments
Downloads
1
Readme
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": "[email protected]:production/myproject.git"
},
"staging": {
"alias": "staging",
"url": "[email protected]:staging/myproject.git"
},
"uat": {
"alias": "uat",
"url": "[email protected]:uat/myproject.git"
}
}
Release History
- 2013-11-06 - v1.0.0 - Initial release.