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

Merge branch 'SDC-436-validation' into 'master'

fixing breaking gitlab change?

See merge request !218
parents 9af3717c 385cff50
No related branches found
No related tags found
2 merge requests!219Master,!218fixing breaking gitlab change?
Pipeline #27712 passed
...@@ -85,6 +85,7 @@ docker-deploy-release: ...@@ -85,6 +85,7 @@ docker-deploy-release:
- ssh-keyscan dop821.astron.nl >> ~/.ssh/known_hosts - ssh-keyscan dop821.astron.nl >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY"
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker pull "$CI_REGISTRY_IMAGE"" - ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker pull "$CI_REGISTRY_IMAGE""
- ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/atdb-ldv-compose/docker-compose-production-cd.yml up -d" - ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/atdb-ldv-compose/docker-compose-production-cd.yml up -d"
when: manual when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment