From 55223e69a1f6b9c227cbc1b5aacc469324888a44 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Fri, 30 Dec 2022 19:52:13 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index b31eb2f..677b24a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,11 +37,11 @@ steps: password: from_secret: SECRET_REGISTRY_PASSWORD -#container deployment - # - name: deploy-bob_party-container - # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - # environment: - # IMAGENAME: hub.codefirst.iut.uca.fr/lilian.breton/bobparty:latest - # CONTAINERNAME: bob_party_container - # COMMAND: create - # #OVERWRITE: true \ No newline at end of file +container deployment + - name: deploy-bob_party-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/lilian.breton/bobparty:latest + CONTAINERNAME: bob_party_container + COMMAND: create + #OVERWRITE: true \ No newline at end of file