From 3e9130d37cf6cc2db99716c76c82ceb636b5b52a Mon Sep 17 00:00:00 2001 From: bogdan-1337 Date: Mon, 11 Dec 2023 14:56:25 +0000 Subject: [PATCH] cicd: fix cicd cluster --- .github/workflows/buildDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index 5d5f827..a4b1ee3 100644 --- a/.github/workflows/buildDeploy.yml +++ b/.github/workflows/buildDeploy.yml @@ -9,7 +9,7 @@ on: # Set global env variables env: AWS_REGION: eu-west-2 - CLUSTER_NAME: qa + CLUSTER_NAME: qa-cluster ECR_REPOSITORY: chewie IMAGE_TAG: ${{ github.sha }} DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}