From 4635b0c5398f8eb84a87cde27dbd6567f1e9e2bd Mon Sep 17 00:00:00 2001 From: Amejonah1200 Date: Wed, 18 Oct 2023 23:29:58 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a0c74b..76b1f9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,14 +15,14 @@ permissions: env: # Name of module and id separated by a slash - INSTANCE: Writerside/hi + INSTANCE: Writerside/ap # Replace HI with the ID of the instance in capital letters - ARTIFACT: webHelpHI2-all.zip + ARTIFACT: webHelpAP2-all.zip # Writerside docker image version DOCKER_VERSION: 2.1.1588-p4414 # Add the variable below to upload Algolia indexes # Replace HI with the ID of the instance in capital letters - ALGOLIA_ARTIFACT: algolia-indexes-HI.zip + ALGOLIA_ARTIFACT: algolia-indexes-AP.zip jobs: build: