From 5d439eaf394a7b1f9bee253eedae180fba1542f1 Mon Sep 17 00:00:00 2001 From: thdupin2 Date: Mon, 17 Jun 2024 20:12:13 +0200 Subject: [PATCH] :rocket: fix: CD job --- .drone.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 74bc88c..1f263e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,11 @@ trigger: event: - push -- name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.codefirst.iut.uca.fr/theo.dupin/Portfolio:latest - CONTAINERNAME: portfolio_container - COMMAND: create - OVERWRITE: true \ No newline at end of file +steps: + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/theo.dupin/Portfolio:latest + CONTAINERNAME: portfolio_container + COMMAND: create + OVERWRITE: true \ No newline at end of file