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

fix(cicd): update deploy dev to deploy V2 only

parent b04be05a
No related branches found
No related tags found
Loading
...@@ -77,8 +77,8 @@ deploy_dev: ...@@ -77,8 +77,8 @@ deploy_dev:
tags: tags:
- deploy - deploy
only: only:
- dev # - dev
- branches - V2.0
script: script:
- cd /home/mps/ram - cd /home/mps/ram
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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