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