⚗️ try CD docker image & container 4
continuous-integration/drone/push Build is failing Details

pull/37/head
Alexandre AGOSTINHO 2 years ago
parent 0cb5a97a2d
commit ce4bf2c659

@ -87,6 +87,7 @@ trigger:
branch:
- master
- dev
- gestion/*
event:
- push
@ -107,10 +108,10 @@ steps:
# Docker container deployement
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/alexandre.agostinho/SAE-2.01:latest
CONTAINERNAME: cli-mctg
COMMAND: create
OVERWRITE: true
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/alexandre.agostinho/SAE-2.01:latest
CONTAINERNAME: cli-mctg
COMMAND: create
OVERWRITE: true
depends_on: [ docker-build-and-push ]

Loading…
Cancel
Save