Skip to content

Commit

Permalink
Use later Writerside version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 16, 2024
1 parent 46a665e commit af1304d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
env:
ALGOLIA_ARTIFACT: "algolia-indexes-KORDEX.zip"
ARTIFACT: "webHelpKORDEX2-all.zip"
DOCKER_VERSION: "241.18775"
INSTANCE: "Writerside/kordex"

jobs:
Expand All @@ -32,6 +33,7 @@ jobs:
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}

- uses: actions/upload-artifact@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
ALGOLIA_ARTIFACT: "algolia-indexes-KORDEX.zip"
ARTIFACT: "webHelpKORDEX2-all.zip"
DOCKER_VERSION: "241.18775"
INSTANCE: "Writerside/kordex"

permissions:
Expand All @@ -34,6 +35,7 @@ jobs:
with:
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}

- uses: actions/upload-artifact@v4

Expand Down

0 comments on commit af1304d

Please sign in to comment.