Skip to content

Commit

Permalink
Add github pages as a deployment option
Browse files Browse the repository at this point in the history
  • Loading branch information
sakirtemel authored Apr 6, 2023
1 parent c425fb2 commit 83fd90a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ Radar](http://zalando.github.io/tech-radar/).

Tech Radar is static, so it can be deployed as a static website to anywhere.

### Deploying to Github Pages

1. After forking/cloning this repository, go to Settings > Pages.

2. Choose the main branch and choose `docs` as folder, and click Save.

3. (optional) You can add a custom domain, like `tech-radar.yourorganization.com` ( [https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site) )

Now you have your Tech Radar deployed, it's publicly available for everyone. If you want to have it private and you have Github Enterprise, you can follow the [instructions](https://docs.github.com/en/enterprise-cloud@latest/pages/getting-started-with-github-pages/changing-the-visibility-of-your-github-pages-site) or choose the other options of deployment.

### Deploying to CloudFlare Pages with Authentication

If you need to have your Tech Radar accessed only by your people in your organization and not by everyone in public, there's a way to do it easily with using CloudFlare Pages.
Expand Down

0 comments on commit 83fd90a

Please sign in to comment.