From f86a8fbcac1c62dbdb9bd3dc39382f48bdf2d679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ramiro?= <13081142+DonHaul@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:50:13 +0200 Subject: [PATCH] Update README.md (#58) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d371562a..c67549e2 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,16 @@ This repo consists of Airflow Dags and Django backoffice. To run it: make run make init ``` + + +# Deploying to QA + +Current development process requires: +## Deploy to backoffice: + - Go to Harbor: https://registry.cern.ch/harbor/projects/2086/repositories/inspire%2Fbackoffice/artifacts-tab + - Copy the tag of the lastest image into https://github.com/cern-sis/kubernetes-inspire/blob/main/backoffice/environments/backoffice/kustomization.yml#L66 + - Go to https://argocd.sis-inspire-20240708.siscern.org/applications/argocd/inspire-backoffice and synchronize +## Deploy to airflow: + - Go to Harbor: https://registry.cern.ch/harbor/projects/2086/repositories/inspire%2Fworkflows/artifacts-tab + - Copy the tag of the lastest image into [https://github.com/cern-sis/kubernetes-inspire/blob/main/backoffice/environments/backoffice/kustomization.yml#L66](https://github.com/cern-sis/kubernetes-airflow/blob/main/airflow/environments/airflow-inspire-dev/kustomization.yml#L19) + - Go to https://argocd-airflow.siscern.org/applications/argocd/airflow-inspire-dev and synchronize