diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 936ff90f4c661866f3e2bea66b2a514e27ed59b3..fe76db838ac7c9dac2996398607e284c12c95ad1 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 b6a8320978ac70897d5280e6aab1bad9b00b2e54..5ef44b740b6d2d4f0021be3a4940d32b98110e7c 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 %}