Skip to content
Snippets Groups Projects
Commit fc3a20b2 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Update .gitlab-ci.yml

parent d7f46221
No related branches found
No related tags found
No related merge requests found
Pipeline #10005 passed
...@@ -29,6 +29,7 @@ deploy_master: ...@@ -29,6 +29,7 @@ deploy_master:
only: only:
- master - master
script: script:
- 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 --project-name doc-self-data up -d - docker-compose up -d doc-self-data
\ No newline at end of file \ 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