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

fix(cicd): Update .gitlab-ci.yml

parent af48feec
No related branches found
No related tags found
1 merge request!4Dev
......@@ -41,6 +41,7 @@ deploy_dev:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose pull web-app
- docker-compose stop web-app
- docker-compose up -d web-app
code_analysis:
......
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