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/using-buildpacks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Deis supports deploying applications via [Heroku Buildpacks][]. Buildpacks are u
6
6
7
7
For **Buildpack** based application deploys via `git push`, Deis Workflow identifies users via SSH keys. SSH keys are pushed to the platform and must be unique to each user.
8
8
9
-
- See [this document](../users/ssh-keys/#generate-an-ssh-key) for instructions on how to generate an SSH key.
9
+
- See [this document](../users/ssh-keys.md#generate-an-ssh-key) for instructions on how to generate an SSH key.
10
10
11
11
- Run `deis keys:add` to upload your SSH key to Deis Workflow.
12
12
@@ -15,7 +15,7 @@ $ deis keys:add ~/.ssh/id_deis.pub
15
15
Uploading id_deis.pub to deis... done
16
16
```
17
17
18
-
Read more about adding/removing SSH Keys [here](../users/ssh-keys/#adding-and-removing-ssh-keys).
18
+
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-removing-ssh-keys).
Copy file name to clipboardExpand all lines: src/applications/using-dockerfiles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Dockerfiles are incredibly powerful but require some extra work to define your e
7
7
8
8
For **Dockerfile** based application deploys via `git push`, Deis Workflow identifies users via SSH keys. SSH keys are pushed to the platform and must be unique to each user.
9
9
10
-
- See [this document](../users/ssh-keys/#generate-an-ssh-key) for instructions on how to generate an SSH key.
10
+
- See [this document](../users/ssh-keys.md#generate-an-ssh-key) for instructions on how to generate an SSH key.
11
11
12
12
- Run `deis keys:add` to upload your SSH key to Deis Workflow.
13
13
@@ -16,7 +16,7 @@ $ deis keys:add ~/.ssh/id_deis.pub
16
16
Uploading id_deis.pub to deis... done
17
17
```
18
18
19
-
Read more about adding/removing SSH Keys [here](../users/ssh-keys/#adding-and-removing-ssh-keys).
19
+
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-removing-ssh-keys).
0 commit comments