File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Users of Deis often want to deploy their applications to separate environments
4040the goal, but rather segregation of application environments - if a development app goes haywire,
4141it shouldn't affect production applications that are running in the cluster.
4242
43- In Deis, deployed applications can be segregated by using the ``` deis tags` `` command. This
43+ In Deis, deployed applications can be segregated by using the ``deis tags `` command. This
4444enables you to tag machines in your cluster with arbitrary metadata, then configure your applications
4545to be scheduled to machines which match the metadata.
4646
47- For example, if some machines in your cluster are tagged with ``` environment=production` `` and some
48- with ``` environment=staging` ``, you can configure an application to be deployed to the production
49- environment by using ``` deis tags set environment=production` ``. Deis will pass this configuration
47+ For example, if some machines in your cluster are tagged with ``environment=production `` and some
48+ with ``environment=staging ``, you can configure an application to be deployed to the production
49+ environment by using ``deis tags set environment=production ``. Deis will pass this configuration
5050along to the scheduler, and your applications in different environments on running on separate
5151hardware.
5252
You can’t perform that action at this time.
0 commit comments