Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Dec 4, 2024
1 parent daf7023 commit c714f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/konfig-next-app/self-host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
Once its complete, you should see the domain show as `Verified` and `Certificate Issued`.
![domain done](domain-complete.png)
1. You need to ensure that the codebase includes a mapping of your domain to the github repo. Go to [generator/konfig-next-app/src/utils/domain-to-repo-mappings.ts](../src/utils/domain-to-repo-mappings.ts) and add your domain as a key and owner/repo as the value. Look at existing entries for examples.
1. The GitHub App ID also needs to be updated to the ID of the GitHub App you created earlier. Go to [octokit.ts](../src/utils/octokit.ts) and edit `APP_ID` at the top of the file with your app's ID.
1. Deploy `konfig-demo-portal` off latest commit
![deploy](deploy.png)
1. Once your services are deployed correctly, which can take 30 minutes or more because its building the entire Konfig monorepo, you should be able to go to your custom domain and the docs should show.

0 comments on commit c714f89

Please sign in to comment.