Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated FQDN of servers #101

Merged
merged 1 commit into from
Apr 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ For further details on how `docs-ci` works read the [pipeline diagram](doc/pipel

Environments:

| Environment | www | pipeline | git branch | data |
|-------------|---------------------------|-----------------------------------|------------|---------------------------------|
| Production | https://ocaml.org | https://docs.ci.ocaml.org | live | https://docs-data.ocaml.org/ |
| Staging | https://staging.ocaml.org | https://docs-staging.sw.ocaml.org | staging | https://docs-data.ocamllabs.io/ |
| Environment | www | pipeline | git branch | data |
|-------------|---------------------------|-----------------------------------|------------|------------------------------------|
| Production | https://ocaml.org | https://docs.ci.ocaml.org | live | http://docs-data.ocaml.org |
| Staging | https://staging.ocaml.org | https://staging.docs.ci.ocaml.org | staging | http://staging.docs-data.ocaml.org |

OAuth integration provided by GitHub OAuth Apps hosted under the OCurrent organisation.
See https://github.com/organizations/ocurrent/settings/applications

The infrastructure for `ocaml-docs-ci` is managed via Ansible.
Contact @tmcgilchrist or @mtelevers if you need access or have questions.
Contact @tmcgilchrist or @mtelvers if you need access or have questions.

To deploy a new version of `docs-ci`:

Expand Down Expand Up @@ -103,4 +103,4 @@ First we need to bootstrap an ocluster-worker
``` shell
docker build -t ocluster-worker -f vendor/ocluster/Dockerfile.worker.alpine vendor/ocluster
```
then create the environment using `docker-compose -f docker-compose.yml up`
then create the environment using `docker-compose -f docker-compose.yml up`