0.1.0 • Published 1 year ago

hubot-metadeploy v0.1.0

Weekly downloads
13
License
-
Repository
github
Last release
1 year ago

#hubot-metadeploy Build Status

Integrates with hubot-deploy to allow you to deploy multiple apps with one command

Installation

  • Add hubot-metadeploy to your package.json file.
  • Add hubot-metadeploy to your external-scripts.json file.
  • Add a meta.json configuration file to the root of your hubot installation

Configuration

You will need a meta.json. Here is an example:

{
  "web": {
    "production": [
      {"name": "rg2-rackspace", "environment": "production"},
      {"name": "rg2-aws", "environment": "production"},
      {"name": "rg2-emailupdates", "environment": "rg2-emailupdates-prod"}
    ]
  }
}

usage

hubot mdeploy web to production

This will actually call:

hubot deploy rg2-rackspace to production
hubot deploy rg2-aws to production
hubot deploy rg2-emailupdates to rg2-emailupdates-prod
0.1.0

1 year ago

0.0.6-dev0

1 year ago

0.0.5

4 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago