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

adding CI/CD pipeline

parent 713df37a
No related branches found
No related tags found
No related merge requests found
Pipeline #6984 passed
...@@ -45,7 +45,7 @@ docker-deploy-master: ...@@ -45,7 +45,7 @@ docker-deploy-master:
- ssh-keyscan sdc.astron.nl >> ~/.ssh/known_hosts - ssh-keyscan sdc.astron.nl >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
script: script:
- ssh -o StrictHostKeyChecking=no vermaas@sdc.astron.nl "docker pull "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"" - ssh -o StrictHostKeyChecking=no vermaas@sdc.astron.nl "docker pull "$CI_REGISTRY_IMAGE""
- ssh -o StrictHostKeyChecking=no vermaas@sdc.astron.nl "docker-compose -p atdb -f /docker_compose/atdb-ldv/docker-compose-cd.yml up -d" - ssh -o StrictHostKeyChecking=no vermaas@sdc.astron.nl "docker-compose -p atdb -f /docker_compose/atdb-ldv/docker-compose-cd.yml up -d"
when: manual when: manual
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment