diff --git a/.drone.yml b/.drone.yml index d072267..697850f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,6 +72,15 @@ steps: branch: - master + # container deployment + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/remi.arnal/blazor:latest + CONTAINERNAME: blazor-web + COMMAND: create + OVERWRITE: true + volumes: - name: docs temp: {} \ No newline at end of file