Skip to content
Snippets Groups Projects
Commit 83c73482 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

change ci/cd host user to 'sdc'

parent 5f1c283f
No related branches found
No related tags found
3 merge requests!143Query Page:,!134added predecessor_status field to REST API,!128change ci/cd host user to 'sdc'
...@@ -47,8 +47,8 @@ docker-deploy-master: ...@@ -47,8 +47,8 @@ docker-deploy-master:
- ssh-keyscan dop814.astron.nl >> ~/.ssh/known_hosts - ssh-keyscan dop814.astron.nl >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- ssh -o StrictHostKeyChecking=no vermaas@dop814.astron.nl "docker pull "$CI_REGISTRY_IMAGE"" - ssh -o StrictHostKeyChecking=no sdc@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-compose -p atdb -f /docker_compose/atdb-ldv/docker-compose-dev-cd.yml up -d"
when: manual when: manual
only: only:
- master - master
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</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> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment