diff --git a/.drone.yml b/.drone.yml index 0f39777..db53324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,10 +84,10 @@ steps: password: from_secret: SECRET_REGISTRY_PASSWORD - # - name: deploy-container - # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - # environment: - # IMAGENAME: hub.codefirst.iut.uca.fr/antoine.jourdain/SAE_2A_Anglais:latest - # CONTAINERNAME: my_container_name - # 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/antoine.jourdain/sae_2a_anglais:latest + CONTAINERNAME: api_container + COMMAND: create + OVERWRITE: true \ No newline at end of file