From a53112edab4be650c13955b53e85c19c2e42813a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Sat, 11 Feb 2023 21:36:57 +0100 Subject: [PATCH] kll --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65f521d..88c8557 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,16 +67,16 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD - # depends_on: [ build ] + depends_on: [ build ] - # container deployment - #- name: deploy-container - # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - #environment: - # IMAGENAME: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI:latest - #CONTAINERNAME: my_container_name - #COMMAND: create - #OVERWRITE: true + #container deployment + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/victor_perez.ngounou/bowling-api-rest:latest + CONTAINERNAME: bowling-api-rest:latest + COMMAND: create + OVERWRITE: true volumes: - name: docs