Mise à jour de '.drone.yml'

master
Lucas DELANIER 2 years ago
parent fca7c6be04
commit c84c01e132

@ -47,7 +47,7 @@ steps:
dockerfile: Sources/MovieFinder_API/Dockerfile dockerfile: Sources/MovieFinder_API/Dockerfile
context: Sources/ context: Sources/
registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
repo: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API repo: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -56,10 +56,10 @@ steps:
- name: deploy-container - name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: environment:
IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API:latest IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest
CONTAINERNAME: moviefinder_api CONTAINERNAME: moviefinder_api
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: false
volumes: volumes:
- name: docs - name: docs
temp: {} temp: {}
Loading…
Cancel
Save