You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/applications/deploying-apps.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@ An [Application][] is deployed to Deis using `git push` or the `deis` client.
4
4
5
5
## Supported Applications
6
6
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.
8
10
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`.
10
13
11
14
Fortunately, most modern applications feature a stateless application tier that can scale horizontally inside Deis.
12
15
@@ -27,7 +30,7 @@ Logged in as deis
27
30
28
31
## Select a Build Process
29
32
30
-
Deis supports three different ways of building applications:
33
+
Deis Workflow supports three different ways of building applications:
0 commit comments