Skip to content

Commit

Permalink
chore: better name for deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 11, 2024
1 parent 59b64a1 commit 6cbb2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6cbb2c5

Please sign in to comment.