Skip to content

Commit 7e24c91

Browse files
authored
Merge pull request #82 from Resellio/feat/CM
Fix
2 parents 7206447 + f74ef3d commit 7e24c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
dotnet tool install --global dotnet-ef --version 9.*
2929
dotnet tool restore
30-
dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update
30+
dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update --connection "${{ secrets.RESELLIO_DB_CONNECTION_STRING }}"
3131
env:
3232
ConnectionStrings__DefaultConnection: ${{ secrets.RESELLIO_DB_CONNECTION_STRING }}
3333

0 commit comments

Comments
 (0)