Skip to content

Commit 6b00e08

Browse files
committed
doc(deploying): Fix login instructions
1 parent 100d64d commit 6b00e08

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@ Fortunately, most modern applications feature a stateless application tier that
1515
## Login to the Controller
1616

1717
!!! important
18-
if you haven't yet, now is a good time to [install the client](installing-the-client.md).
18+
if you haven't yet, now is a good time to [install the client](installing-the-client.md) and [register](registering-a-user.md).
1919

20-
Before deploying an application, users must first authenticate against the Deis [Controller][].
20+
Before deploying an application, users must first authenticate against the Deis [Controller][]
21+
using the URL supplied by their Deis administrator.
2122

2223
$ deis login http://deis.example.com
2324
username: deis
2425
password:
2526
Logged in as deis
2627

27-
!!! note
28-
For Vagrant clusters: `deis login http://deis.local3.deisapp.com`
29-
3028

3129
## Select a Build Process
3230

0 commit comments

Comments
 (0)