Skip to content

Commit fdf3f39

Browse files
committed
Apply app settings.
1 parent b7b050a commit fdf3f39

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
uses: actions/setup-dotnet@v3
3838
with:
3939
dotnet-version: '8.0'
40+
41+
# Temp test
42+
- name: Apply Production AppSettings
43+
working-directory: ./BlazorDiffusion
44+
run: |
45+
cat <<EOF >> appsettings.json.patch
46+
${{ secrets.APPSETTINGS_PATCH }}
47+
EOF
48+
x patch appsettings.json.patch
4049
4150
- name: Build and push Docker image
4251
run: |

0 commit comments

Comments
 (0)