Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent a4b518de31
commit c474e6a185

@ -47,3 +47,12 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
# container deployment
- name: deploy-bob_party-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/lilian.breton/bobparty:latest
CONTAINERNAME: bob_party_container
COMMAND: create
OVERWRITE: true
Loading…
Cancel
Save