Update dependencies

This commit is contained in:
Santiago Lo Coco 2023-11-01 16:59:43 -03:00
parent 19f53dbb8e
commit 389c146707
1 changed files with 6 additions and 0 deletions

View File

@ -539,6 +539,8 @@ deliver-dockerhub:
- docker push $DOCKER_HUB_BROWSER_CLIENT_IMAGE
- docker push $DOCKER_HUB_SCREEN_CLIENT_IMAGE
needs:
- job: test-clean
optional: true
- job: preparation
artifacts: true
@ -629,5 +631,9 @@ deploy-prod:
- docker compose -f browser-domain/docker-compose.yml pull
- docker compose -f browser-domain/docker-compose.yml up -d
needs:
- job: deliver-dockerhub
optional: true
- job: build-and-run-elk
optional: true
- job: preparation
artifacts: true