From 5527453ff733e478a088e08d383e3a7403a2671e Mon Sep 17 00:00:00 2001 From: RemRem Date: Mon, 28 Nov 2022 12:36:50 +0100 Subject: [PATCH] tweaks --- .drone.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac0d8dc..005b736 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,23 +37,11 @@ steps: OVERWRITE: true depends_on: [docker-build] -kind: pipeline -type: docker -name: bd - -trigger: - event: - - push - branch: - - master - -steps: - - - name: database_users + - name: db_creation image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: mariadb:10 - CONTAINERNAME: db_account + CONTAINERNAME: db_accounts² COMMAND: create OVERWRITE: false PRIVATE: false