From 82c50a0c51022fad69a2e201ee4e6c26b33f8aa0 Mon Sep 17 00:00:00 2001 From: Nico Vermaas <vermaas@astron.nl> Date: Thu, 7 Oct 2021 13:33:02 +0200 Subject: [PATCH] removed option to also deploy the query branch from the CI/CD pipeline --- .gitlab-ci.yml | 2 +- esap/query/templates/query/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 936ff90f..fe76db83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ docker-deploy-branch-query: - ssh -o StrictHostKeyChecking=no sdc@dop814.astron.nl "docker-compose -p esap -f /docker_compose/esap/docker-compose-query-dev-cd.yml up -d" when: manual only: - - esap-gateway-query + - esap-gateway-query-xxx # this deploys the 'esap-gateway-query' branch (a dev/test branch) as 'vermaas' diff --git a/esap/query/templates/query/index.html b/esap/query/templates/query/index.html index b6a83209..5ef44b74 100644 --- a/esap/query/templates/query/index.html +++ b/esap/query/templates/query/index.html @@ -70,7 +70,7 @@ </div> -<p class="footer" small>ASTRON - version 5 oct 2021</p> +<p class="footer" small>ASTRON - version 7 oct 2021</p> {% endblock %} -- GitLab