Skip to content

Commit d18a97e

Browse files
committed
chore(*): more workflow references
1 parent f22c24a commit d18a97e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ An [Application][] is deployed to Deis using `git push` or the `deis` client.
44

55
## Supported Applications
66

7-
Deis can deploy any application or service that can run inside a Docker container. In order to be scaled horizontally, applications must follow the [Twelve-Factor App][] methodology and store any application state in external backing services.
7+
Deis Workflow can deploy any application or service that can run inside a Docker container. In order to be scaled
8+
horizontally, applications must follow the [Twelve-Factor App][] methodology and store any application state in external
9+
backing services.
810

9-
For example, if your application persists state to the local filesystem -- common with content management systems like Wordpress and Drupal -- it cannot be scaled horizontally using `deis scale`.
11+
For example, if your application persists state to the local filesystem -- common with content management systems like
12+
Wordpress and Drupal -- it cannot be scaled horizontally using `deis scale`.
1013

1114
Fortunately, most modern applications feature a stateless application tier that can scale horizontally inside Deis.
1215

@@ -27,7 +30,7 @@ Logged in as deis
2730

2831
## Select a Build Process
2932

30-
Deis supports three different ways of building applications:
33+
Deis Workflow supports three different ways of building applications:
3134

3235
### Buildpacks
3336

0 commit comments

Comments
 (0)