From 9fb4fb915ef6f5dcbc6ca2afb5ebdf345790840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sun, 30 Oct 2022 09:37:46 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ac2eec..1ef38c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,14 +33,10 @@ steps: - sonar-scanner -D sonar.projectKey=DAFLMusic -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar depends_on: [ app-build ] -# container deployment -- name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest +- name: web-server + image: httpd:2.4 settings: dockerfile: ./Sources/api_redirect/Dockerfile context: Sources/api_redirect/ - environment: - IMAGENAME: httpd:2.4 - CONTAINERNAME: api-redirect - COMMAND: create - OVERWRITE: true \ No newline at end of file + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/felix.mielcarek/dafl_music