From 83c734824789e9a8feb6f44387a5fe30fec4f033 Mon Sep 17 00:00:00 2001 From: Nico Vermaas <vermaas@astron.nl> Date: Fri, 13 Aug 2021 13:01:38 +0200 Subject: [PATCH] change ci/cd host user to 'sdc' --- .gitlab-ci.yml | 4 ++-- atdb/taskdatabase/templates/taskdatabase/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55d987ba..b9eedb6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,8 +47,8 @@ docker-deploy-master: - ssh-keyscan dop814.astron.nl >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts script: - - ssh -o StrictHostKeyChecking=no vermaas@dop814.astron.nl "docker pull "$CI_REGISTRY_IMAGE"" - - ssh -o StrictHostKeyChecking=no vermaas@dop814.astron.nl "docker-compose -p atdb -f /docker_compose/atdb-ldv/docker-compose-dev-cd.yml up -d" + - ssh -o StrictHostKeyChecking=no sdc@dop814.astron.nl "docker pull "$CI_REGISTRY_IMAGE"" + - ssh -o StrictHostKeyChecking=no sdc@dop814.astron.nl "docker-compose -p atdb -f /docker_compose/atdb-ldv/docker-compose-dev-cd.yml up -d" when: manual only: - master diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html index f4f48751..35363fd6 100644 --- a/atdb/taskdatabase/templates/taskdatabase/index.html +++ b/atdb/taskdatabase/templates/taskdatabase/index.html @@ -80,7 +80,7 @@ {% include 'taskdatabase/pagination.html' %} </div> </div> - <p class="footer"> Version 1.0.0 (26 apr 2021 - 9:00) + <p class="footer"> Version 1.0.0 (12 aug 2021 - 13:00) </div> -- GitLab