From 8354ecc03e2cc0015cb831e8b5fcdc35085a5125 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Sun, 19 Mar 2023 11:04:05 +0100 Subject: [PATCH] Try to deploy 6 --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6e46c57..9e35e8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,14 @@ kind: pipeline type: docker name: API_Formulaire + trigger: event: - push + steps: + #PHP compilation with php -l - name: PHP_Compilation image: php:8.1 @@ -47,6 +50,7 @@ steps: ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal depends_on: [ set_api_form ] + # database container deployment - name: db_form image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -65,4 +69,3 @@ steps: from_secret: db_password ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal depends_on: [ deploy_api_form ] -