From cb53baf55d2167c90c95c2f222bf61899209135f Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Wed, 30 Nov 2022 18:34:44 +0100 Subject: [PATCH 1/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 405256c..3d93f33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,6 +53,8 @@ steps: COMMAND: create OVERWRITE: false PRIVATE: true + CODEFIRST_CLIENTDRONE_ENV_DB_SERVER: + from_secret: db_server CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD: from_secret: db_root_password CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE: From 7e254fbbacb17f3b7ea4c89812265b898ca23536 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Wed, 30 Nov 2022 18:36:29 +0100 Subject: [PATCH 2/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/API/co?= =?UTF-8?q?nfig/Config.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API/config/Config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/API/config/Config.php b/Sources/API/config/Config.php index d89ee28..5b648a6 100644 --- a/Sources/API/config/Config.php +++ b/Sources/API/config/Config.php @@ -6,6 +6,4 @@ $dsn='mysql:host='.getenv("DB_SERVER").';dbname='.getenv("MARIADB_DATABASE"); $dbname=getenv("MARIADB_DATABASE"); $usr=getenv("MARIADB_USER"); $mdp=getenv("MARIADB_PASSWORD"); - -echo $dsn; ?> \ No newline at end of file From e0096cad4089ee58b9861ef06f34149d359a7126 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Thu, 1 Dec 2022 07:53:53 +0100 Subject: [PATCH 3/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d93f33..405256c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,8 +53,6 @@ steps: COMMAND: create OVERWRITE: false PRIVATE: true - CODEFIRST_CLIENTDRONE_ENV_DB_SERVER: - from_secret: db_server CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD: from_secret: db_root_password CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE: From 7e7ef88126e9a9b28d16ed0ee35c4b07cb7178de Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Thu, 1 Dec 2022 08:06:54 +0100 Subject: [PATCH 4/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1c84d..dfee953 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ --- -[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) \ No newline at end of file +[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) + +bonjour \ No newline at end of file From fd5bff0cc8055367375f7a61583dbeb2e2986d56 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 10:51:52 +0100 Subject: [PATCH 5/9] tw --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dfee953..4d1c84d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,4 @@ --- -[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) - -bonjour \ No newline at end of file +[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) \ No newline at end of file From 4296e9b524f6218e112fad31740e5f3fe5f7f420 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 13:37:36 +0100 Subject: [PATCH 6/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 405256c..9077b42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,8 +51,6 @@ steps: IMAGENAME: mariadb:latest CONTAINERNAME: mariadb COMMAND: create - OVERWRITE: false - PRIVATE: true CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD: from_secret: db_root_password CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE: From 3120c193b6a85d03ea9c0be47cb0fd1bc725996b Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 13:38:15 +0100 Subject: [PATCH 7/9] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9077b42..46d64b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,7 +66,7 @@ steps: dockerfile: ./Dockerfile context: ./ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/consecoteam/conseco + repo: hub.codefirst.iut.uca.fr/vincent.astolfi/conseco username: from_secret: secret-registry-username password: From 7afa8f4b52e35eef1faf880c7aed74d79c2879c6 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 13:42:31 +0100 Subject: [PATCH 8/9] tw --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1c84d..b20c443 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ --- -[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) \ No newline at end of file +[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) + +test \ No newline at end of file From 03c36276d4a0d95edd75fa3f5f350e03a7557159 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 13:45:25 +0100 Subject: [PATCH 9/9] tweaks --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b20c443..4d1c84d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,4 @@ --- -[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) - -test \ No newline at end of file +[Nous vous conseillons d'aller voir le wiki de ce projet](https://codefirst.iut.uca.fr/git/hugo.livet/ConsEco/wiki) \ No newline at end of file