From 6cbb2c5ebdaa01de51aa5279ae4d2f4bc14dd31f Mon Sep 17 00:00:00 2001 From: Ilmari Vacklin Date: Wed, 11 Sep 2024 11:49:11 +0300 Subject: [PATCH] chore: better name for deploy step --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cf2a287c..b02ab8760 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,8 @@ jobs: with: aws-region: eu-west-1 role-to-assume: arn:aws:iam::682033502734:role/kitu-github-actions-role - - run: | + - name: Deploy + run: | npm ci npx cdk deploy --all working-directory: infra