File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,10 +80,24 @@ $ curl http://proper-barbecue.104.197.125.75.nip.io
8080Powered 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:
You can’t perform that action at this time.
0 commit comments