From 3d3aabf955cd21347c0cb1af4e0724ed005deec0 Mon Sep 17 00:00:00 2001 From: Marcell Pek Date: Fri, 23 Jul 2021 10:43:12 +0100 Subject: [PATCH] Fix typo in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eadb76d3c8..51eca62de5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -245,7 +245,7 @@ jobs: | yq w -d1 - spec.values.image.repository "$DEPLOYMENT_NAME" \ | yq w -d1 - spec.values.image.tag "$IMAGE_TAG" \ | yq w -d1 - spec.values.serviceAccount.iamRole "arn:aws:iam::${{ steps.setup-aws.outputs.aws-account-id }}:role/ui-role-$KUBERNETES_ENV" \ - > $DEPLOYMENT_NAME.yaml + > $DEPLOYMENT_NAME-without-host.yaml if [ "${{ matrix.environment }}" = "production" ] then