Skip to content

Commit

Permalink
Merge pull request #241 from CodebreakerApp/240-bump-cosmos-data
Browse files Browse the repository at this point in the history
240 bump cosmos data
  • Loading branch information
christiannagel authored Sep 7, 2024
2 parents cfc79a0 + 65d4fa4 commit 528c0eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codebreaker-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ on:
push:
# Run when commits are pushed to mainline branch (main or master)
# Set this to the mainline branch you are using
branches:
- main
branches:
[ main ]
paths:
- 'src/services/bot/**'
- 'src/services/gameapis/**'
- 'src/services/gateway/**'
- 'src/services/host/**'
- 'src/services/live/**'
- 'src/services/ranking/**'
- 'src/services/user/**'

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CNinnovation.Codebreaker.BackendModels" Version="3.8.0-preview.1.31" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.7" />
<PackageReference Include="CNinnovation.Codebreaker.BackendModels" Version="3.8.0-preview.1.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 528c0eb

Please sign in to comment.