Skip to content
rrees edited this page Nov 21, 2012 · 5 revisions

Welcome to the deploy wiki!

How does Magenta and Riff-Raff work?

Magenta is a command-line application that takes an artifacts.zip, usually from your Team City build, unpacks that zip, looks for a file called deploy.json in the root directory. If it can parse that JSON file and discover a default recipe it can then deploy the artifacts to the environment specified either on the command-line or in the global deployinfo.json.

More details

Making your application deployable

  1. You need to create a deploy.json file for your deployable
  2. You need to update the deployinfo.json with your target environments