Skip to content
Snippets Groups Projects
Commit b9390ff6 authored by Henrik's avatar Henrik
Browse files

fix: fix 24

parent deb02891
No related branches found
No related tags found
1 merge request!91Feat/deployment
Pipeline #283932 passed with warnings
......@@ -36,5 +36,5 @@ deploy_docker:
- apt-get -yqq install ssh
- apt-get install sshpass
script:
- sshpass -p sParest1en ssh -v -o StrictHostKeyChecking=no root@128.199.53.153 "docker rm -f frontend || true; docker pull registry.gitlab.com/$DOCKER_USER/sparesti-registry:frontend && docker run -d -p 80:80 --name frontend registry.gitlab.com/$DOCKER_USER/sparesti-registry:frontend"
- sshpass -p sParest1en ssh -v -o StrictHostKeyChecking=no root@128.199.53.153 "(docker kill backend || true) && docker rm frontend || true; docker pull registry.gitlab.com/$DOCKER_USER/sparesti-registry:frontend && docker run -d -p 80:80 --name frontend registry.gitlab.com/$DOCKER_USER/sparesti-registry:frontend"
when: manual
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment