Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

API2
Nathan BOILEAU 2 years ago
parent 60379e0a75
commit d41e6ada17

@ -31,6 +31,14 @@ steps:
password: password:
from_secret: SECRET_REGISTRY_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/bastien.ollier/lol:latest
CONTAINERNAME: container_lol
COMMAND: create
OVERWRITE: true
- name: tests - name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:

Loading…
Cancel
Save