From 8383532f7978afc17a771b5225a4f6841f7e1ace Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 16:29:35 +0200 Subject: [PATCH] =?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 d0a3524..45e53ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -155,7 +155,7 @@ steps: commands: - cd WF_EF_Api/StubbedContextLib - dotnet tool install --global dotnet-ef - - dotnet-ef database update --connection "Server=;Database=;User Id=;Password=;" + - dotnet ef database update --connection "Server=;Database=;User Id=;Password=;" depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] - name: publish-to-registry