Skip to content

Commit

Permalink
patch: add instatus json file to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
totallytavi committed Dec 1, 2024
1 parent bf48bb0 commit 07f0f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
configfile: ${{ secrets.CONFIGFILE }}
responsesfile: ${{ secrets.RESPONSESFILE }}
instatusfile: ${{ secrets.INSTATUSFILE }}

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ services:
secrets:
- configFile
- responsesFile
- instatusFile
restart: on-failure

secrets:
configFile:
file: ${configfile}
responsesFile:
file: ${responsesfile}
file: ${responsesfile}
instatusFile:
file: ${instatusfile}

0 comments on commit 07f0f3e

Please sign in to comment.