We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b050a commit fdf3f39Copy full SHA for fdf3f39
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,15 @@ jobs:
37
uses: actions/setup-dotnet@v3
38
with:
39
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
49
50
- name: Build and push Docker image
51
run: |
0 commit comments