From 7660456667fd4ce478de56eff30cc28c6fe29e2c Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 18:09:42 +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 2e303aa..fb7811a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -158,7 +158,7 @@ steps: - cd WF_EF_Api/StubbedContextLib - dotnet tool install --global dotnet-ef - export PATH="$PATH:/root/.dotnet/tools" - - dotnet ef database update --connection "Host=WhatTheFantasy-wtf-api;Database=$${DB_NAME};Username=$${DB_USER};Password=$${DB_PASSWORD};" + - dotnet ef database update --connection "Host=codefirst.iut.uca.fr;Database=$${DB_NAME};Username=$${DB_USER};Password=$${DB_PASSWORD};" depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] - name: publish-to-registry