diff --git a/.drone.yml b/.drone.yml index 2ae4c43..2c7da61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,16 @@ kind: pipeline type: docker -name: CI +name: CD trigger: event: - - push \ No newline at end of file + - push + +# container deployment +- 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