-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e043886
commit 8846b09
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
``` |