Skip to content
Snippets Groups Projects
Commit 56058c42 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Update .gitlab-ci.yml tag:deploy

parent e51d89bd
No related merge requests found
Pipeline #44353 passed
...@@ -25,11 +25,11 @@ build_master: ...@@ -25,11 +25,11 @@ build_master:
deploy_master: deploy_master:
stage: deploy stage: deploy
tags: tags:
- cozy - deploy
only: only:
- master - master
script: script:
- cd /root/self-data-technical-doc - cd /root/self-data-technical-doc
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker-compose pull - docker-compose pull
- docker-compose up -d doc-self-data - docker-compose up -d doc-self-data
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment