Skip to content

Commit b49bb09

Browse files
committed
Fix GH Actions
1 parent 451256e commit b49bb09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ permissions:
1313

1414
env:
1515
# Name of module and id separated by a slash
16-
INSTANCE: Writerside/tl
16+
INSTANCE: Writerside/boson
1717
# Replace HI with the ID of the instance in capital letters
18-
ARTIFACT: webHelpTL2-all.zip
18+
ARTIFACT: webHelpBOSON2-all.zip
1919
# Writerside docker image version
20-
DOCKER_VERSION: '243.21565'
21-
ALGOLIA_ARTIFACT: 'algolia-indexes-TL.zip'
20+
DOCKER_VERSION: '2025.04.8412'
21+
ALGOLIA_ARTIFACT: 'algolia-indexes-BOSON.zip'
2222
ALGOLIA_APP_NAME: 'CZXH99BXN1'
2323
ALGOLIA_INDEX_NAME: 'Writerside'
2424
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
25-
CONFIG_JSON_PRODUCT: 'TL'
25+
CONFIG_JSON_PRODUCT: 'BOSON'
2626
CONFIG_JSON_VERSION: '1.0'
2727

2828
jobs:

0 commit comments

Comments
 (0)