Skip to content

Commit 6cb4b7c

Browse files
committed
style(deploying): consistent block quotes
1 parent 1c3122a commit 6cb4b7c

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

src/applications/deploying-apps.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Fortunately, most modern applications feature a stateless application tier that
1919
Before deploying an application, users must first authenticate against the Deis [Controller][]
2020
using the URL supplied by their Deis administrator.
2121

22-
$ deis login http://deis.example.com
23-
username: deis
24-
password:
25-
Logged in as deis
22+
```
23+
$ deis login http://deis.example.com
24+
username: deis
25+
password:
26+
Logged in as deis
27+
```
2628

2729
## Upload Your SSH Public Key
2830

@@ -32,11 +34,11 @@ If you plan on using `git push` to deploy applications to Deis, you must provide
3234
* ~/.ssh/id_dsa.pub
3335

3436
```
35-
$ deis keys:add
36-
Found the following SSH public keys:
37-
1) id_rsa.pub
38-
Which would you like to use with Deis? 1
39-
Uploading /Users/myuser/.ssh/id_rsa.pub to Deis... done
37+
$ deis keys:add
38+
Found the following SSH public keys:
39+
1) id_rsa.pub
40+
Which would you like to use with Deis? 1
41+
Uploading /Users/myuser/.ssh/id_rsa.pub to Deis... done
4042
```
4143

4244
## Select a Build Process

0 commit comments

Comments
 (0)