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]
# docker image build
- name: docker-build-and-push
- name: docker-build
image: plugins/docker
settings:
dockerfile: Dockerfile
context: WebApiLol
dockerfile: Sources/Trek12_API/Dockerfile
context: Sources/
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:
from_secret: SECRET_REGISTRY_USERNAME
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:
- name: docs
temp: {}

Loading…
Cancel
Save