remove stale/misleading information on hosting

This commit is contained in:
gmega 2024-10-08 16:54:47 -03:00 committed by jessiebroke
parent 000e42331e
commit cff2905bfe

View File

@ -74,10 +74,7 @@ $ yarn serve
- [CI builds](https://ci.infra.status.im/job/website/job/codex.storage/) `master` and pushes to `deploy-master` branch, which is hosted at <https://codex.storage/>.
- [CI builds](https://ci.infra.status.im/job/website/job/dev.codex.storage/) `develop` and pushes to `deploy-develop` branch, which is hosted at <https://dev.codex.storage/>.
The hosting is done using [Caddy server with Git plugin for handling GitHub webhooks](https://github.com/status-im/infra-misc/blob/master/ansible/roles/caddy-git).
Information about deployed build can be also found in `/build.json` available on the website.
Hosting is done on github pages. The static website is built by Jenkins, and then imported into the gh-pages branch.
## Change Process