Skip to content

Commit bcb335b

Browse files
2 parents 2e390c9 + d7e3c4c commit bcb335b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker_push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
with:
2121
dotnet-version: '9.x'
2222

23+
- name: Create appsettings.json
24+
run: echo '${{ secrets.APP_SETTINGS_CONTENT }}' > jjodel-persistence/jjodel-persistence/appsettings.json
25+
2326
- name: Build with dotnet
24-
run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
27+
run: dotnet build jjodel-persistence/jjodel-persistence.sln --configuration Release
2528

2629
- name: dotnet publish
2730
run: dotnet publish jjodel-persistence/jjodel-persistence.sln -c Release -o ./publish

0 commit comments

Comments
 (0)