diff --git a/.drone.yml b/.drone.yml index 0340418..9d77975 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,10 +20,11 @@ steps: 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/maxence.lanone/drone-sonarplugin-reactnative:latest -# CONTAINERNAME: drone-sonarplugin-reactnative -# COMMAND: create -# OVERWRITE: true \ No newline at end of file + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest + CONTAINERNAME: drone-sonarplugin-reactnative + COMMAND: create + OVERWRITE: true + depends_on: [ docker-build-and-push ] \ No newline at end of file