Skip to content

Commit

Permalink
Update set-up-your-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky authored Sep 8, 2024
1 parent e043886 commit 8846b09
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/get-started/set-up-your-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ You will also need a dedicated domain name for the server itself (in addition to

First, you need to install disco on your server. For this, you run `disco init` and you pass it the SSH `user@DOMAIN` to use for disco.


For example, if the user is `root` and the domain is `disco.example.com`
```bash
disco init [email protected]
Expand All @@ -35,9 +34,9 @@ Give it a name that's meaningful to you, about this server, or leave the generat

And then, you need to select which repositories you want to give it access to. You can change this later as well.

If your repo exists in an Organization account you must pass in the organization name to the disco command
If your repo exists within a GitHub organization account, you must pass in the organization username to the disco command:

Run
```bash
disco github:apps:add --organization Big-Tech-Corp
```
disco github:apps:add --organization bigtechcorp
```

0 comments on commit 8846b09

Please sign in to comment.