We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7206447 + f74ef3d commit 7e24c91Copy full SHA for 7e24c91
.github/workflows/deployapi.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
dotnet tool install --global dotnet-ef --version 9.*
29
dotnet tool restore
30
- dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update
+ dotnet ef --project TickAPI/TickAPI/TickAPI.csproj database update --connection "${{ secrets.RESELLIO_DB_CONNECTION_STRING }}"
31
env:
32
ConnectionStrings__DefaultConnection: ${{ secrets.RESELLIO_DB_CONNECTION_STRING }}
33
0 commit comments