diff --git a/drone.yml b/drone.yml index 748176e..5c2ab9d 100644 --- a/drone.yml +++ b/drone.yml @@ -61,6 +61,15 @@ steps: - master depends_on: [ build ] + # container deployment + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest + CONTAINERNAME: my_container_name + COMMAND: create + OVERWRITE: true + # docker image build - name: docker-build-and-push image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 @@ -74,15 +83,6 @@ steps: password: from_secret: toto - # container deployment - - name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest - CONTAINERNAME: my_container_name - COMMAND: create - OVERWRITE: true - volumes: - name: docs temp: {} \ No newline at end of file