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

malanone/dbdatamanager
Maxence LANONE 2 years ago
parent 69513d0d83
commit 460d9fc1ba

@ -48,18 +48,29 @@ steps:
depends on: [tests] depends on: [tests]
# docker image build # docker image build
- name: docker-build-and-push - name: docker-build
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: Dockerfile dockerfile: Sources/Trek12_API/Dockerfile
context: WebApiLol context: Sources/
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/maxence.lanone/EfCore_LoL_S4 repo: hub.codefirst.iut.uca.fr/Trek_Prod/Trek12_API
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
# container deployment
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/Trek_Prod/Trek12_API:latest
CONTAINERNAME: trek12api
COMMAND: create
OVERWRITE: true
ADMINS: maxencelanone, aurelienpintrand, theodupin, zakariyasaoula
depends_on: [ docker-build ]
volumes: volumes:
- name: docs - name: docs
temp: {} temp: {}

Loading…
Cancel
Save