From b953e5175a84380088950019eabddcb458f2c97e Mon Sep 17 00:00:00 2001 From: bio-boris Date: Thu, 3 Feb 2022 12:50:59 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32cfa10a..bda0edb2 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,20 @@ The relation engine server (`relation_engine_server/`) is a simple API that allo ## Relation Engine builds -The Relation Engine is available on dockerhub as `kbase/relation_engine_api`. Automated builds are performed whenever there is a new push to `master` or `develop`. +The Relation Engine is available on github packages. These images are built by the configs in the .github repo. +The develop tags are located at https://github.com/kbase/relation_engine/pkgs/container/relation_engine-develop +e.g. +``` +docker pull ghcr.io/kbase/relation_engine-develop:latest (Built upon merging a PR) +docker pull ghcr.io/kbase/relation_engine-develop:pr-93 (Built upon creating a PR) +``` + +## How to Deploy in CI +The CI service is available in the `relationapi` service +* Press Upgrade Arrow +* Ensure the relationapi service uses `ghcr.io/kbase/relation_engine-develop:latest` +* Ensure the `Always pull image before creating` box is ticked +* Press `Upgrade` button +* If the deployment suceeded, you can finish the upgrade. If not, you can press the rollback button. +* +(For deployments to other environments, request help from the #devops channel) From 02eced60d210648eb21bc78ff4346814270f6256 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Thu, 3 Feb 2022 12:51:43 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda0edb2..3a26d0e7 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,5 @@ The CI service is available in the `relationapi` service * Ensure the `Always pull image before creating` box is ticked * Press `Upgrade` button * If the deployment suceeded, you can finish the upgrade. If not, you can press the rollback button. -* + (For deployments to other environments, request help from the #devops channel)