Skip to content

Commit

Permalink
Merge pull request #246 from Yelp/drolando_fix_typo
Browse files Browse the repository at this point in the history
Fixed typo in docs/source/deploy_groups.rst
  • Loading branch information
solarkennedy committed Feb 10, 2016
2 parents 0bb41e5 + 29b7dd2 commit 4396c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/deploy_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Now let’s take a look at how instances are linked to a deploy group by taking
cpus: 1
mem: 300
instances: 3
deploy_groups: dev-stage.everything
deploy_group: dev-stage.everything

This is repeated for each ``marathon-*.yaml`` and ``chronos-*.yaml`` file. In example_service, we create three different files - ``marathon-PROD.yaml``, ``marathon-STAGE.yaml`` and ``marathon-DEV.yaml`` and use symlinks to create the files we need. This is similar to the current ``marathon-SHARED.yaml`` file. Feel free to look at example_service in ``yelpsoa_configs`` for an example on how to use deploy groups.

Expand Down

0 comments on commit 4396c12

Please sign in to comment.