From f74ef3d1f34069afd7e8a25c21249717f165d1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= <62651497+staszkiet@users.noreply.github.com> Date: Wed, 23 Apr 2025 09:15:09 +0200 Subject: [PATCH] Fix --- .github/workflows/deployapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployapi.yml b/.github/workflows/deployapi.yml index 2ce5d74..34f790a 100644 --- a/.github/workflows/deployapi.yml +++ b/.github/workflows/deployapi.yml @@ -27,7 +27,7 @@ jobs: run: | dotnet tool install --global dotnet-ef --version 9.* dotnet tool restore - dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update + dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update --connection "${{ secrets.RESELLIO_DB_CONNECTION_STRING }}" env: ConnectionStrings__DefaultConnection: ${{ secrets.RESELLIO_DB_CONNECTION_STRING }}