Skip to content
Snippets Groups Projects
Commit ce7ce009 authored by Andreas's avatar Andreas
Browse files

test/Testing that the pipeline works

parent 1ad23448
No related branches found
No related tags found
No related merge requests found
Pipeline #283336 canceled
...@@ -16,5 +16,6 @@ deploy: ...@@ -16,5 +16,6 @@ deploy:
- apt-get -yqq install ssh - apt-get -yqq install ssh
- apt-get install sshpass - apt-get install sshpass
script: script:
- sshpass -p sParest1en ssh -v -o StrictHostKeyChecking=no root@128.199.53.153 "docker kill backend && docker rm backend && docker run -d --name backend registry.gitlab.com/henrikberg/sparesti-registry:backend" - sshpass -p sParest1en ssh -v -o StrictHostKeyChecking=no root@128.199.53.153 "docker ps -q --filter 'name=^backend$' | grep -q . && docker kill backend && docker rm backend; docker run --name backend registry.gitlab.com/henrikberg/sparesti-registry:backend"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment