diff --git a/.drone.yml b/.drone.yml index c1412f0..46b09e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,12 @@ username: from_secret: SECRET_REGISTRY_USERNAME password: - from_secret: SECRET_REGISTRY_PASSWORD \ No newline at end of file + from_secret: SECRET_REGISTRY_PASSWORD +# container deployment +- name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/LOLProject:latest + CONTAINERNAME: Container_LOL + COMMAND: create + OVERWRITE: true \ No newline at end of file