From 83b994858f8ab27fb11624118200e065d7d589b8 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Fri, 9 Dec 2022 09:48:49 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4949cfa..b0df84d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,10 +38,10 @@ steps: 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 + - 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