Mise à jour de '.drone.yml'

master
Lucas DELANIER 2 years ago
parent 35152d66b7
commit d0b15bab87

@ -67,7 +67,7 @@ steps:
dockerfile: Sources/MovieFinder_API/Dockerfile
context: Sources/
registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
repo: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinderapi
repo: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
@ -76,7 +76,7 @@ steps:
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinderapi:latest
IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API:latest
CONTAINERNAME: container_moviefinder_api
COMMAND: create
OVERWRITE: true

Loading…
Cancel
Save