Skip to content

Commit c78e2c1

Browse files
committed
doc(quickstart): add scaling example to quickstart
1 parent 331573b commit c78e2c1

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

src/quickstart/deploy-an-app.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,24 @@ $ curl http://proper-barbecue.104.197.125.75.nip.io
8080
Powered by Docker Images + Kubernetes
8181
```
8282

83-
Congratulations! You have deployed your first application using Deis Workflow.
84-
There is a lot more you can do with Deis Workflow, play around with the CLI:
83+
## Scale Your Application
84+
85+
Last, let's scale our application by adding more application processes. Using the CLI you can easily add and remove
86+
additional processes to service requests:
87+
88+
```
89+
$ deis scale cmd=2 -a proper-barbecue
90+
Scaling processes... but first, coffee!
91+
done in 36s
92+
=== proper-barbecue Processes
93+
--- cmd:
94+
proper-barbecue-v18-cmd-rk644 up (v18)
95+
proper-barbecue-v18-cmd-0ag04 up (v18)
96+
```
97+
98+
Congratulations! You have deployed, configured, and scaled your first application using Deis Workflow. There is a lot
99+
more you can do with Deis Workflow, play around with the CLI:
85100

86-
* You may scale your app with `deis scale cmd=5 -a proper-barbecue`
87101
* Roll back to a previous release with `deis rollback -a proper-barbecue`
88102
* See application logs with `deis logs -a proper-barbecue`
89103
* Try one of our other example applications like:

0 commit comments

Comments
 (0)