We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e390c9 + d7e3c4c commit bcb335bCopy full SHA for bcb335b
.github/workflows/docker_push.yml
@@ -20,8 +20,11 @@ jobs:
20
with:
21
dotnet-version: '9.x'
22
23
+ - name: Create appsettings.json
24
+ run: echo '${{ secrets.APP_SETTINGS_CONTENT }}' > jjodel-persistence/jjodel-persistence/appsettings.json
25
+
26
- name: Build with dotnet
- run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
27
+ run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
28
29
- name: dotnet publish
30
run: dotnet publish jjodel-persistence/jjodel-persistence.sln -c Release -o ./publish
0 commit comments