Skip to content
Snippets Groups Projects
Commit 31d16599 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

ci: remove appsoc server dev deploy

parent cdc36bd0
No related branches found
No related tags found
1 merge request!907V3.2.0
......@@ -66,22 +66,6 @@ build-storybook:
- docker build --pull -t "$CI_REGISTRY_IMAGE/storybook:$IMAGE_TAG" -f .storybook/Dockerfile --build-arg DEPENDENCY_PROXY="$DEPENDENCY_PROXY" .
- docker push "$CI_REGISTRY_IMAGE/storybook:$IMAGE_TAG"
deploy_dev:
stage: deploy
tags:
- deploy
only:
- dev
script:
- cd /home/mps/ram
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose pull web-app
- docker-compose up -d web-app
- docker system prune -a -f
environment:
name: dev
url: https://resin-dev.grandlyon.com
sonarqube:
stage: quality
only:
......
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