From 0500d687a071b2c00a322f01a934aa38bc40712a Mon Sep 17 00:00:00 2001 From: Bruno DA COSTA CUNHA Date: Fri, 3 Feb 2023 10:45:51 +0100 Subject: [PATCH] Update file drone.yml --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1dfc47e..e98a05a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,14 @@ # docker image build - - name: docker-server +trigger: + event: + - push + +steps: + - name: Build Docker Image image: plugins/docker settings: - dockerfile: Sources/Dockerfile - context: Sources/ + dockerfile: code/Dockerfile + context: code/ registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/LeapHitTeam/LeapHitServer username: