From fe7fb73457735b549ac332cce6ddba1013e1a01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Wed, 15 May 2024 14:52:12 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1a60a2..d0e4c07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,11 @@ kind: pipeline type: docker name: DB_PIPELINE -- name: deploy-container-pgsql - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: + +steps: + - name: deploy-container-pgsql + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: IMAGENAME: postgres:latest CONTAINERNAME: pgsql COMMAND: create