diff --git a/.drone.yml b/.drone.yml index 4d59299..e539a89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - npm install - npm run - - name: docker-build-and-push-mqtt-broker + - name: docker-build-and-push image: plugins/docker settings: dockerfile: src/Mqtt/Dockerfile @@ -26,6 +26,16 @@ steps: password: from_secret: SECRET_REGISTRY_PASSWORD + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + CODEFIRST_CLIENTDRONE_ENV_TYPE: STUB + IMAGENAME: hub.codefirst.iut.uca.fr/emre.kartal/flad:latest + CONTAINERNAME: mqtt_flad + COMMAND: create + OVERWRITE: true + depends_on: [ docker-build-and-push ] + - name: code-analysis image: node:latest environment: