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