Skip to content
Snippets Groups Projects
Commit 3b5bcb3f authored by FORESTIER Fabien's avatar FORESTIER Fabien Committed by Alessandro Cerioni
Browse files

Add pipeline trigger for dev deployment

parent 672f9d80
Branches
Tags
1 merge request!1Development
...@@ -33,6 +33,7 @@ build_development: ...@@ -33,6 +33,7 @@ build_development:
- docker-compose build metadata-processor - docker-compose build metadata-processor
- 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 push - docker-compose push
- "curl -X POST -F token=$CI_JOB_TOKEN -F ref=master -F variables[TAG]=${TAG} https://forge.grandlyon.com/api/v4/projects/373/trigger/pipeline"
build_release: build_release:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment