From 0a5742a465d3778a079a6b2d1c215984642e81f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sat, 29 Oct 2022 19:16:04 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 25f005d..f0d8dd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,10 +36,10 @@ steps: # container deployment - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + settings: + - dockerfile: ./Sources/api-redirect/Dockerfile environment: IMAGENAME: httpd:2.4 CONTAINERNAME: api-redirect COMMAND: create - OVERWRITE: true - commands: - - echo test > $HOME/public-html/index.html \ No newline at end of file + OVERWRITE: true \ No newline at end of file