Skip to content

Commit fdc67fb

Browse files
committed
Merge pull request #62 from krancour/12factor-consistency
doc(deploying): Make references to 12factor consistent
2 parents 175f960 + 79b1f1d commit fdc67fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/using-deis/deploying-an-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An [Application][] is deployed to Deis using `git push` or the `deis` client.
55

66
## Supported Applications
77

8-
Deis can deploy any application or service that can run inside a Docker container. In order to be scaled horizontally, applications must follow Heroku's [twelve-factor methodology][] and store state in external backing services.
8+
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.
99

1010
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`.
1111

@@ -54,4 +54,4 @@ Learn how to deploy applications [using Docker images](using-docker-images.md).
5454

5555
[application]: ../reference-guide/terms.md#application
5656
[controller]: ../understanding-deis/components.md#controller
57-
[twelve-factor methodology]: http://12factor.net/
57+
[Twelve-Factor App]: http://12factor.net/

0 commit comments

Comments
 (0)